Build‐WebApplication - lsgroi/Pask GitHub Wiki
Synopsis
Build a Web Application solution using MSBuild.
Properties
- 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 - where website will be published by MSBuild
It represents MSBuild parameterWebProjectOutputDir
Default toobj/WebOut