I use teamcity to start a deployment using the octopus plugin.
I have set up a snapsnot dependency. However the deploy seems to always deploy the same nuget: 0.1.99.
I changed environment name, but can't see that this should be a problem?
EDIT
I also did an upgrade from 1.6 to 2.0 for octopus deploy.
When I do a manual deploy I can select the newest package and everything is ok
Edit 2
From Teamcity Buildlog
[Octopus Deploy] Steps:
[12:14:11][Octopus Deploy] # Name Version Source
[12:14:11][Octopus Deploy] --- -------- --------------- ------------------------------------
[12:14:11][Octopus Deploy] 1 Deploy 0.1.99 Latest available in NuGet repository
If I look in the nuget feed through the test functionality in the octopus deploy UI, I see that 0.1.153 is available...