I set up Octopus for the first time to try how it works. So far I installed the Octopus server, the tentacle and configured NuGet as a local feed. I published a package using OctoPack, created a release and I'm trying to deploy it to staging.
On the first step I get an error The package could not be downloaded from NuGet. ERROR Unable to download package: Could not find package Web 1.0.0.0 in feed: '\solomon\deednugetfeed\' System.Exception: Could not find package Web 1.0.0.0 in feed: '\solomon\deednugetfeed\'
Well, the package is there, the NuGet repository test succeeds.
The portal, Octopus service and the NuGet feed are running on Win2008 machine. At first the Octopus server was using the default Local System account, the portal the default ApplicationPoolIdentity (the portal has its own pool). While trying to deploy I got the error listed above. Then, I created a new local account, added it to the Administrators group and set both the octopus service and the app pool to run using the new account. The NuGet folder is shared with the new account. Unfortunately that didn't have any effect (all services are restarted).
Do you have any clue what I could be missing?
Thanks!