IScriptHost.

RunTarget(string) Method

Summary

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

Syntax

CakeReport RunTarget(string target)

Parameters

Name Type Description
target string The target to run.

Return Value

Type Description
CakeReport The resulting report.