ScriptHost.

RunTargetAsync(string) Method

Summary

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

Syntax

public abstract Task<CakeReport> RunTargetAsync(string target)

Parameters

Name Type Description
target string The target to run.

Return Value

Type Description
Task<CakeReport> The resulting report.