Method Cleanup
Cleanup(BuildContext)
Cleanup this build step. Cleanup will only be called if this build step ran.
Declaration
public virtual BuildResult Cleanup(BuildContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| BuildContext | context | Current build context. |
Returns
| Type | Description |
|---|---|
| BuildResult | The result of cleaning this build step. |