Method CleanupBuildStep
CleanupBuildStep(BuildContext)
Cleanup the IBuildStep list of this BuildPipeline. Cleanup will only be called for IBuildStep that ran.
Declaration
public BuildStepResult CleanupBuildStep(BuildContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| BuildContext | context | The BuildContext used by the execution of this BuildPipeline. |
Returns
| Type | Description |
|---|---|
| BuildStepResult |