How to update “Installation folder URL” of publish setting based on Visual Studio configuration?
Hi experts,
For example when I build for x64 I need it to be
https://localhost/application64bit/
and when I build it for x86 I need it to be
https://localhost/application32bit.
I use Teamcity "Visual Studio (sln)" runner.
I tried to add parameter to "Command line parameters:" with
/p:InstallUrl=https://localhost/application32bit
However it doesn't work. I found other guys expereinced the similar issue:
http://devnet.jetbrains.net/message/5304233#5304233
Command Line Parameters in VS Runner /Verbosity
http://robinosborne.co.uk/2011/09/06/teamcity-and-msbuild-quirks-1/
TeamCity and MSBuild Quirks
I guess I have to implement above requirement by MSBuild runner.
Thanks in advance,
Jason
Please sign in to leave a comment.