Hi,
We are evaluating Octopus tools and as a part of this POC wanted to create simple deployment process of one nuget package.
I’m running freshly installed 2.0.8.977 server and tentacles.
Defined one local folder on Octopus server as NuGet packages feed,when tested shows packages in it successfully.
This feed includes one manually created NuGet package.
Deployment process process includes one step of “Deploy a NuGet package” from this feed.
Now, when creating new release the package is listed and can be choosen, BUT after release is saved there is
"The resource ‘’ was not found." message in the Packages section.
When trying to deploy such release there are errors as following :
Download package FXCalculation 1.0.0.1 from NuGet feed Local folder feed on applicable machines
14:24:46Fatal
Operation: Download FXCalculation on https://10.100.104.13:10933/ failed with error: The package could not be downloaded from NuGet. If you are getting a package verification error, try switching to a Windows File Share package repository to see if that helps.
Download FXCalculation on https://10.100.104.13:10933/
14:24:28Info
Downloading NuGet package FXCalculation 1.0.0.1 from feed: 'D:\OctopusFeed’
14:24:43Error
Unable to download package:
Could not find package FXCalculation 1.0.0.1 in feed: 'D:\OctopusFeed’
Octopus.Platform.Deployment.ControlledFailureException: Could not find package FXCalculation 1.0.0.1 in feed: 'D:\OctopusFeed’
at Octopus.Shared.Packages.PackageDownloader.FindPackage(Int32 attempt, PackageMetadata packageMetadata, IFeed feed, IActivity log) in c:\TeamCity\buildAgent\work\1116bd9da9e239fd\source\Octopus.Shared\Packages\PackageDownloader.cs:line 150
at Octopus.Shared.Packages.PackageDownloader.AttemptToFindAndDownloadPackage(Int32 attempt, PackageMetadata packageMetadata, IFeed feed, IActivity log, String cacheDirectory, IPackage& downloadedPackage, String& path) in c:\TeamCity\buildAgent\work\1116bd9da9e239fd\source\Octopus.Shared\Packages\PackageDownloader.cs:line 130
at Octopus.Shared.Packages.PackageDownloader.AttemptToDownload(PackageMetadata metadata, IFeed feed, IActivity log) in c:\TeamCity\buildAgent\work\1116bd9da9e239fd\source\Octopus.Shared\Packages\PackageDownloader.cs:line 89
14:24:44Fatal
The package could not be downloaded from NuGet. If you are getting a package verification error, try switching to a Windows File Share package repository to see if that helps.
Is there some specific definition to set up a feed as a local folder / file share exept using local path in URL field of feed properties ?
Any other suggestions are very welcome.
Thanks