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