Reputation: 4192
We have a nuget feed set up on our Team Services account. With VS 2015, I can authenticate no problem, using the Microsoft login form.
With Visual Studio 2013, it pops up very generic authentication form, which keeps popping up no matter what I input to it. Has anyone else come across this? Any way around it?
Normally, I would just use 2015 to authenticate then 2013 would be fine. Unfortunately, I can't get 2015 to run on my pc anymore - so I need to make this work with 2013.
Upvotes: 2
Views: 1537
Reputation: 29968
Authenticate to VSTS feed via "Nuget Package Manager" requires VS2015 Update1 and later just as the information mentioned in the page provided by Jack.
If you don't mind to store the credential in "Nuget.config" file, you could use Personal Access Token method which support all nuget client and easy to use. And Nuget Auth Helper is also a good method to do this.
Upvotes: 1