Skip to content
Luca Sgroi edited this page Apr 29, 2017 · 10 revisions

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 to Debug
  • MSBuildVersion - version of MSBuild to use
    Default to 15.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 are q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic]
    Default to quiet