May 2019
Beginner to intermediate
456 pages
10h 37m
English
MSBuild ships with a set of command-line switches: /p: simply means property of MSBuild. The following MSBuild properties are used in the build step of the pipeline to create the web deploy package, these are explained in the section below:
/p:DeployOnBuild=true /p:WebPublishMethod=Package /p:PackageAsSingleFile=true /p:SkipInvalidConfigurations=true /p:PackageLocation="$(build.artifactstagingdirectory)\\"
Read now
Unlock full access