BuildRunner.Execute method

Executes an automated build. Called from Main.

public static int Execute(string[] args, Action<BuildApp> initialize)
parameter description
args The command-line arguments from Main.
initialize Called to initialize the build.

Return Value

The exit code for the build.

See Also