CakeHost.

Run(IEnumerable<string>) Method

Summary

Runs the build with the specified arguments.
Namespace
Cake.Frosting
Containing Type
CakeHost

Syntax

public int Run(IEnumerable<string> args)

Parameters

Name Type Description
args IEnumerable<string> The arguments.

Return Value

Type Description
int The exit code.