-
Notifications
You must be signed in to change notification settings - Fork 1
Build
Luca Sgroi edited this page Apr 29, 2017
·
10 revisions
Build the solution using MSBuild.
This task should be used to build a Class Library, Console Application or a Windows Service.
-
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