i’m using teamCity; i have NuGet Server enabled; i have a successful build with a .nupkg artifact. I can download the package (artifact) from the artifact tab; I have only one build step, using MSBuild runner, where “run Octopack” is checked.
In Octopus deploy, NuGet Feeds test is failing with this error:
Unhandled error on request: http://localhost:82/api/feeds/feeds-1/packages?packageId=1&partialMatch=true&take=10 : Could not connect to the feed specified at ‘http://localhost:81/httpAuth/app/nuget/v1/FeedService.svc/Packages’. Please verify that the package source (located in the Package Manager Settings) is valid and ensure your network connectivity.
Clicking http://localhost:81/httpAuth/app/nuget/v1/FeedService.svc/Packages) in the browser, displays this:
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>Packageshttp://localhost:81/httpAuth/app/nuget/v1/FeedService.svc/Packages2014-02-01T03:55:37Zhttp://localhost:81/httpAuth/app/nuget/v1/FeedService.svc/Packages(Id='UCSD.BBIS.Parts.Customization',Version='1.0.20')UCSD.BBIS.Parts.CustomizationAny ideas? thanks