This content is part of a third party extension that is not supported by the Cake project.
Summary
Runs the specified target using the specified
IExecutionStrategy.
- Assembly
- Cake
.Module .Shared .dll - Namespace
- Cake
.Module .Shared - Containing Type
- CakeEngineBase
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. |
