Summary
Runs the specified target.
- Namespace
- Cake
.Core .Scripting - Containing Type
- ScriptHost
Syntax
public CakeReport RunTarget(string target)
Parameters
| Name | Type | Description |
|---|---|---|
| target | string | The target to run. |
Return Value
| Type | Description |
|---|---|
| CakeReport | The resulting report. |
