ScriptHost.

RunTargets(IEnumerable<string>) Method

Summary

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

Syntax

public CakeReport RunTargets(IEnumerable<string> targets)

Parameters

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

Return Value

Type Description
CakeReport The resulting report.