DryRunScriptHost<TContext>.

RunTargetsAsync(IEnumerable<string>) Method

Summary

Runs the specified targets.
Namespace
Cake.Cli
Containing Type
DryRunScriptHost<TContext>

Syntax

public override Task<CakeReport> RunTargetsAsync(IEnumerable<string> targets)

Parameters

Name Type Description
targets IEnumerable<string> The targets to run.

Return Value

Type Description
Task<CakeReport> The resulting report.