Skip to content

Instantly share code, notes, and snippets.

@rodrimaia
Created August 8, 2014 22:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rodrimaia/8e038c6c42c7afe50424 to your computer and use it in GitHub Desktop.
Save rodrimaia/8e038c6c42c7afe50424 to your computer and use it in GitHub Desktop.
MsBuild To WebDeploy
msbuild Web.csproj /P:DeployIisAppPath="Default Web Site" /P:Configuration=Release /P:Platform="AnyCPU" /P:DeployOnBuild=True /P:DeployTarget=MSDeployPublish /P:MsDeployServiceUrl=https://xxxx/MsDeploy.axd /P:AllowUntrustedCertificate=True /P:MSDeployPublishMethod=WMSvc /P:CreatePackageOnPublish=True /P:UserName=xx\xxxx /P:Password=xxxxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment