You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building using TeamCity and MSBuild, the config transforms but it looks like this, adding a line-break and several spaces to the end (which causes errors with some settings that are looking for an int or bool or file path name):
Using SlowCheetah version 2.5.14 from NuGet.
My app.config looks something like this:
My Release transform looks like this:
In Visual Studio, the output works correctly and looks like this:
When building using TeamCity and MSBuild, the config transforms but it looks like this, adding a line-break and several spaces to the end (which causes errors with some settings that are looking for an int or bool or file path name):
What could be causing this?
The text was updated successfully, but these errors were encountered: