Summary
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.
- Namespace
- Cake
.Common .Tools .MSBuild - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["MSBuildAliases"]
class Type type-node
Syntax
[CakeAliasCategory("MSBuild")]
public static class MSBuildAliases
Attributes
Type | Description |
---|---|
Cake |
An attribute used for documentation of alias methods/properties. |
Methods
Name | Value | Summary |
---|---|---|
MSBuild |
void |
Builds the specified solution or MsBuild project file using MSBuild.
static
|
MSBuild |
void |
Builds the specified solution or MsBuild project file using MSBuild.
static
|
MSBuild |
void |
Builds the specified solution or MsBuild project file using MSBuild.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|