Summary
Runs the specified target using the specified
IExecutionStrategy
.
- Namespace
- Cake
.Core - Containing Type
- CakeEngine
Syntax
public Task<CakeReport> RunTargetAsync(ICakeContext context, IExecutionStrategy strategy, ExecutionSettings settings)
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The context. |
strategy | IExecutionStrategy | The execution strategy. |
settings | ExecutionSettings | The execution settings. |
Return Value
Type | Description |
---|---|
Task |
The resulting report. |