Versions Compared

Key

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

...

The MSBuild action provides an XML schema for a project file that controls how the build platform processes and builds software.

MSBuild

Image RemovedImage Added

Name

A name for this action (this will appear within the stage action list).

...

Alternatively, you can select the Custom option from the Using drop down list and specify a path in the resulting input field that will be displayed. Please read Why it's a good idea to use a property collector before using this option.


Settings

Image RemovedImage Added

Max CPU Count

Specifies the number of processes MSBuild will spawn. By default this is 0, which means MSBuild will spawn 1 process per CPU core on the agent that is running the action. [/maxcpucount]

...

The bitness of the MSBuild executable.


Properties

Image RemovedImage Added

Properties

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


Options

Image RemovedImage Added

Verbosity

Sets the amount of MSBuild output that gets logged to Continua CI's build log. [/verbosity:]

...