CakeEngine.

RunTargetAsync(ICakeContext, IExecutionStrategy, ExecutionSettings) Method

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<CakeReport> The resulting report.