using the nuget feed “Test” screen i verified it was able to search and find packages.
However, when i try to deploy the deployment stays on “Download packages from NuGet”. (5-15minutes and i eventually cancel)
Your clue helped me out. Seems I just needed to make the octopus winsvc run under a higher privileged account. We created a domain user specifically for downloading nuget feeds.
Thanks for the update, glad you got it sorted I guess the Local System account didn’t have permissions to query the NuGet server while Network Service did.