We recently created a new Azure devops artifact feed and published a nuget package. The installation of this nuget package works fine from VS 2017 solution however it doesn't work with VS 2015.
When I try to install the package in VS 2015 (via Manager Nuget Packages for solution), it prompts me 3 times to enter credentials before eventually erroring out.
error -Install-Package : Unable to load the service index for source
I tried deleing the nuget.config file from C:\Users<user>\AppData\Roaming\NuGet folder and restarted VS 2015 multiple times without any luck.
Appreciate if someone could share the experiences and ways using which this could be resolved. Thanks in advance!