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