DryRunScriptHost<TContext>.

RunTargetAsync(string) Method

Summary

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

Syntax

public override Task<CakeReport> RunTargetAsync(string target)

Parameters

Name Type Description
target string The target to run.

Return Value

Type Description
Task<CakeReport> The resulting report.