Summary
Performs the specified teardown action after each task is invoked.
- Namespace
- Cake
.Core - Containing Type
- IExecutionStrategy
Syntax
void PerformTaskTeardown(Action<ITaskTeardownContext> action, ITaskTeardownContext taskTeardownContext)
Parameters
| Name | Type | Description |
|---|---|---|
| action | Action |
The action. |
| taskTeardownContext | ITaskTeardownContext | The context. |
Return Value
| Type | Description |
|---|---|
| void |
