Summary
Runs the build with the specified arguments.
- Namespace
- Cake
.Frosting - Containing Type
- CakeHost
Syntax
public int Run(IEnumerable<string> args)
Parameters
| Name | Type | Description |
|---|---|---|
| args | IEnumerable |
The arguments. |
Return Value
| Type | Description |
|---|---|
| int | The exit code. |
