Visual studio error while accessing Teamcity nuget feed
Completed
I have tried to access NuGet feed from Visual studio, but its throwing below error message
https://<teamcityUrl>/<authSchema>/app/nuget/feed/<projectName>/<feedName>/v1/Search()?$filter=IsAbsoluteLatestVersion&searchTerm=''&targetFramework='net452'&includePrerelease=true&$skip=0&$top=26&semVerLevel=2.0.0' returned an unexpected status code '400 '.
I tried accessing the link but it throws me the below error message
Please sign in to leave a comment.
Hi! Could you try using the v2/v3 feed URL in Visual Studio? You can see the URLs for different feed versions in the TeamCity project settings > NuGet Feed.
Cheers,
Anatoly
Hi Anatoly, I have tried with v2 and it's working fine, thank you