IScriptHost.

RunTargetAsync(string) Method

Summary

Runs the specified target.
Namespace
Cake.Core.Scripting
Containing Type
IScriptHost

Syntax

Task<CakeReport> RunTargetAsync(string target)

Parameters

Name Type Description
target string The target to run.

Return Value

Type Description
Task<CakeReport> The resulting report.