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