Summary
Runs XBuild with the specified settings.
- Namespace
- Cake
.Common .Tools .XBuild - Containing Type
- XBuildRunner
Syntax
public void Run(FilePath solution, XBuildSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| solution | FilePath | The solution to build. |
| settings | XBuildSettings | The settings. |
Return Value
| Type | Description |
|---|---|
| void |
