Using a stack of Subversion, Team City, and Octopus Deploy, I have to deploy my application twice to see the changes I commited in Subversion.
When I commit changes to Subversion I have continuous deployment using Team City. It creates the nuget package, deploys to server, but it does not contain my updated code.
I have to manually click Run in team city to deploy again, to then see my updated code. If I check in more code to Subversion it will show the changes from my previous check in.
Anyone know what’s going on and why?