Skip to content

Instantly share code, notes, and snippets.

@andrexx
Created October 31, 2013 08:05
Show Gist options
  • Save andrexx/7245848 to your computer and use it in GitHub Desktop.
Save andrexx/7245848 to your computer and use it in GitHub Desktop.
Publish web project via TeamCity
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