Build - lsgroi/Pask GitHub Wiki
Synopsis
Build the solution using MSBuild.
This task should be used to build a Class Library, Console Application or a Windows Service.
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