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. |
The exit code for the build.