Summary
Runs the build feature with the specified arguments and settings.
- Namespace
- Cake
.Features .Building - Containing Type
- BuildFeature
Syntax
public int Run(ICakeArguments arguments, BuildFeatureSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| arguments | ICakeArguments | The Cake arguments. |
| settings | BuildFeatureSettings | The build feature settings. |
Return Value
| Type | Description |
|---|---|
| int | The exit code. |
