I'm using a NuGet server 3.4.3 through TeamCity with the following URL
http://ngserv/guestAuth/app/nuget/v1/FeedService.svc/
Trying to access the pakcage source with Visual Studio 2015 Update 2 and getting this error:
[NGServ package source] The V2 feed at
http://ngserv/guestAuth/app/nuget/v1/FeedService.svc/Search()?$filter=IsLatestVersion&searchTerm=''&targetFramework='net35'&includePrerelease=false&$skip=0&$top=26
returned an unexpected status code '404 Not Found'.
Any ideas what is causing this?
Note: This works with Visual Studio 2015 Update 1, so maybe it's an Update 2 issue?