Skip to content

Instantly share code, notes, and snippets.

@BartDM
Created October 10, 2017 13:29
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 BartDM/fc8ab67af601ccdeea03a32cda52ed71 to your computer and use it in GitHub Desktop.
Save BartDM/fc8ab67af601ccdeea03a32cda52ed71 to your computer and use it in GitHub Desktop.
/p:Configuration=Release
/p:OutputPath=bin
/p:DeployOnBuild=True
/p:DeployTarget=MSDeployPublish
/p:MsDeployServiceUrl=YOUR_PROJECT.scm.azure-mobile.net:443
/p:username="%deployUser%"
/p:password=%deployPassword%
/p:AllowUntrustedCertificate=True
/p:DeployIisAppPath=YOUR_PROJECT_WEBSITE
/p:MSDeployPublishMethod=WMSVC
/p:SkipExtraFilesOnServer=True
/p:verb=sync
/p:dest=auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment