-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reference: package restore from MyGet during Visual Studio Online build #51
Comments
/cc @xavierdecoster |
This would be a page similar to the one for TeamCity http://docs.myget.org/docs/how-to/consume-a-private-feed-in-teamcity ? Now would be a great time for this ;-) The 2.0 update of the Nuget Installer task has 2 first-class citizens: nuget.org and the VSTS feed (built-in package repo). The tooltip says:
Pre-authenticated url would be easy to add, but some guidance on how to do this with the regular url (basic auth) url would be great. Both for hosted and on-prem builds. |
PR's are always welcome ;-) |
If I knew how to do it correctly, I wouldn't be asking for the docs page 😁 |
Should be very similar to http://docs.myget.org/docs/how-to/publish-to-myget-from-a-vsts-build :-) |
Oh nice to see VSTS making it harder :-) Yeah NuGet.config I'd the way to go I think |
Just checked there should be an older task that can be used (or this one and NuGet.config) |
Explain how to do package restore in Visual Studio Online build
The text was updated successfully, but these errors were encountered: