We have a teamcity build server and deploy to Windows server using the octopus auto deploy.
The local builds of the program are good, but the deployed exe does not reflect the changes. I can even see the committed code on BitBucket.
I used DotPeek to check the exe for the updated code. I do not want to manually deploy it.
We used to have this problem in the past. It used to be fixed by re-running the deployment. I have done those deployments 10 times today and still cannot get my code changed.
The desired behavior is to deploy the committed code successfully. Has anyone encountered something similar?