Method RunBuildStep
RunBuildStep(BuildContext)
Run this IBuildStep. If a previous IBuildStep fails, this IBuildStep will not run.
Declaration
BuildStepResult RunBuildStep(BuildContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| BuildContext | context | The BuildContext used by the execution of this IBuildStep. |
Returns
| Type | Description |
|---|---|
| BuildStepResult | The result of running this IBuildStep. |