MSBuild aliases

Built-In

Contains functionality related to MSBuild.

In order to use the commands for this alias, MSBuild will already have to be installed on the machine the Cake Script is being executed.

General

MSBuild(FilePath, Action<MSBuildSettings>) Builds the specified solution or MsBuild project file using MSBuild.
MSBuild(FilePath, MSBuildSettings) Builds the specified solution or MsBuild project file using MSBuild.
MSBuild(FilePath) Builds the specified solution or MsBuild project file using MSBuild.