Created
April 23, 2017 01:16
-
-
Save gregjhogan/812b93944a9f64fc1925a2ca2247fb13 to your computer and use it in GitHub Desktop.
MSBUILD options passed to generate a clean msdeploy package
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /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