I am trying to run a MSBuild task on team city that also transforms a web.casper.config
file.
I have tried various switches but can;t get this right. Which most likely means there is a different way to achieve my desired result (like publish).
I have tried:-
/t:TransformWebConfig
/p:TransformWebConfig=true
Basically I want to - BUILD website.csproj into a custom dir - THEN apply a web.config transform on web.casper.config
Can anyone help?