Search code examples
.netvisual-studioslowcheetahoctopus

SlowCheetah not Working with Octopus


I'm using SlowCheetah with the following configurations: Debug | TeamCity | Release.

That means that I have these files on Visual Studio:

  1. Web.config
  2. Web.Debug.config
  3. Web.TeamCity.config
  4. Web.Release.config

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?


Solution

  • I solved by enabling Configuration Transform feature on Octopus:

    http://docs.octopusdeploy.com/display/OD/Configuration+files