Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save gregjhogan/812b93944a9f64fc1925a2ca2247fb13 to your computer and use it in GitHub Desktop.

Select an option

Save gregjhogan/812b93944a9f64fc1925a2ca2247fb13 to your computer and use it in GitHub Desktop.
MSBUILD options passed to generate a clean msdeploy package
/p:DeployOnBuild=true /p:DeployTarget=Package /p:WebPublishMethod=Package /p:PackageAsSingleFile=true /p:SkipInvalidConfigurations=true /p:PackageLocation="$(build.artifactstagingdirectory)\\" /p:IncludeSetACLProviderOnDestination=false /p:AutoParameterizationWebConfigConnectionStrings=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment