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