Created
October 31, 2013 08:05
-
-
Save andrexx/7245848 to your computer and use it in GitHub Desktop.
Publish web project via TeamCity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Runner type: | |
MsBuild | |
Build file path: | |
solution.sln | |
Command line parameters: | |
/p:VisualStudioVersion=11.0 | |
/p:Configuration=Release | |
/p:DeployOnBuild=True | |
/p:PublishProfile=%deploy-config% | |
/p:AllowUntrustedCertificate=true | |
Where %deploy-config% - build parameter, same as deploy config name in VS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment