I'm using TeamCity (TeamCity Enterprise 10.0.4 (build 42538)
) as a build server and SlowCheetah for config transformations. My solution consist of one ASP.NET Web API 2
project and one Console application
.
For my console application the transformation works flawlessly for Release configuration. This is done via the Visual Studio
runner set for Microsoft Visual Studio 2015
.
However for publishing I use the MSBuild runner instead and here transformation does not work at all. I need to transform both a web.config file and separate password.config file. I'm using SlowCheetah 2.5.48. When publishing through Visual Studio in my development environment transformation works flawlessly as well.