We have a teamcity server that uses a global nuget feed. I started seeing this error:
“Activity failed with error ’ could not be downloaded to the package cache from NuGet feed ’ after making 5 attempts over a total of 100s. Make sure the package is pushed to the feed and try the deployment again”
After reading the documentation I started pushing to the internal Octopus Nuget Feed, but I am still getting this step. Is there a way to configure octopus to only look at the internal feed at the project level? Or a way I can prioritize external feeds?
I also tried creating a project level feed in nuget and adding it to the octopus external feed. Since we have a global nuget feed from teamcity, I think its trying to use the same feed it has always used.
Can I correct this issue without having to reconfigure all of my octopus projects?
Thank you!