BuildRunner.ExecuteAsync method

Executes an automated build. Called from Main.

public static Task<int> ExecuteAsync(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