Skip to content

Instantly share code, notes, and snippets.

@phucb
Forked from andrexx/gist:7245848
Last active August 29, 2015 14:27
Show Gist options
  • Save phucb/73d48f7c0a39fe36234d to your computer and use it in GitHub Desktop.
Save phucb/73d48f7c0a39fe36234d 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