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