We are in a state of having both on premises TFS as well as utilizing VSTS. Mainly nuget feeds, but some source is migrating.
In the meantime getting/publishing nuget feeds is happening on our on premises build servers. I was able to run their Auth tool which gave one server a vss token to get and publish to VSTS, but that takes me through the GUI login for VSTS. I know nuget supports this new Credential management tool, but I've not found a way to script that yet.
Is there an automated way, powershell preferably, to provide the VSTS to publish packages? Or did I miss something obvious?