ParallelCakeEngine.

RunTargetAsync(ICakeContext, IExecutionStrategy, string) Method

Syntax

public Task<CakeReport> RunTargetAsync(ICakeContext context, IExecutionStrategy strategy, string target)

Attributes

Type Description
AsyncStateMachineAttribute

Parameters

Name Type Description
context ICakeContext
strategy IExecutionStrategy
target string

Return Value

Type Description
Task<CakeReport>