Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

MSBuild

Image Added

Project File

Enter the path and file name of a supported MSBuild project file.

Verbosity

Sets the amount of MSBuild output that gets logged.

Max CPU Count

A count of the number of MSBuild processes that get spawned.

Targets

MSBuild targets the action will build. To specify multiple targets, separate them by a semicolon. Targets with spaces in them will be handled correctly and don't require you to wrap them in quotes.

Using

The default option is to use the DotNet.2.0 property collector but you can also select DotNet.3.5 and DotNet.4.0. Alternatively you can select custom and specify your own path.

Path

Once custom is select you can enter the path to the MSBuild executable you would like to use.

 

Properties

Image Added

You can pass properties to MSBuild by specifying each one on a new line. The format for a property is name=value.