VSTS Build vNext NuGet custom package source VSTS Build vNext NuGet custom package source azure azure

VSTS Build vNext NuGet custom package source


OK, i had it to work, but i don't like the way i did it because i had to use my personal access token in the packageSourceCredentials tag.

Here is the nuget.config i used:

enter image description here

A better way to do it would be to use the API key (as the one that is generated in the dev local machine nuget.config instead of the personal access token.