Method Run
Run(BuildContext)
Run this build step. If a previous build step fails, this build step will not run.
Declaration
public abstract BuildResult Run(BuildContext context)
Parameters
Type | Name | Description |
---|---|---|
BuildContext | context | Current build context. |
Returns
Type | Description |
---|---|
BuildResult | The result of running this build step. |