I'm using SlowCheetah with the following configurations: Debug | TeamCity | Release.
That means that I have these files on Visual Studio:
When I publish the application manually, everthing works fine, but I'm using Octopus to deploy, and when it deploys, instead of generating only "Web.config" file, it is generating both "Web.config" and "Web.Release.config".
Both generated files by Octopus are the same as Visual's Studio version, so it seems that SlowCheetah didn't have any effect.
What am I missing?
I solved by enabling Configuration Transform feature on Octopus:
http://docs.octopusdeploy.com/display/OD/Configuration+files