Skip to content

Instantly share code, notes, and snippets.

@sirkirby
Created August 10, 2014 00:17
Show Gist options
  • Save sirkirby/047c5112a252188066d6 to your computer and use it in GitHub Desktop.
Save sirkirby/047c5112a252188066d6 to your computer and use it in GitHub Desktop.
command line arguments passed to msbuild for azure websites deployment
/p:Configuration=Debug /p:DeployOnBuild=True /p:PublishProfile="NameOfPublishProfile" /p:ProfileTransformWebConfigEnabled=False /p:Password=PasswordFromPublishProfile /p:AllowUntrustedCertificate=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment