-
Notifications
You must be signed in to change notification settings - Fork 1
Build‐WebDeployPackage
Luca Sgroi edited this page Apr 29, 2017
·
10 revisions
Build a Web Application solution using MSBuild and output a Web Deployment Package.
-
BuildProjectOnly - build only the default project as opposite to the entire solution
Default to$false
-
BuildConfiguration - the build configuration
Default toDebug
-
MSBuildVersion - version of MSBuild to use
Default to15.0
-
BuildPlatform - the target platform
Optional (it uses the default platform defined by the solution) -
MSBuildVerbosity - specifies the amount of information to display in the build log
Possible values areq[uiet]
,m[inimal]
,n[ormal]
,d[etailed]
, anddiag[nostic]
Default toquiet
-
WebApplicationOutputPath - relative path where the package will be published by MSBuild
It represents MSBuild parameterWebProjectOutputDir
Default toobj/WebOut