XBuild aliases

Built-In

Contains functionality related to XBuild.

In order to use the commands for this alias, XBuild (which is part of Mono) will already have to be installed on the machine the Cake Script is being executed.

General

XBuild(FilePath, Action<XBuildSettings>) Builds the specified solution using XBuild.
XBuild(FilePath, XBuildSettings) Builds the specified solution using XBuild.
XBuild(FilePath) Builds the specified solution using XBuild.