Summary
Performs the specified setup action before each task is invoked.
- Namespace
- Cake
.Core - Containing Type
- IExecutionStrategy
Syntax
void PerformTaskSetup(Action<ITaskSetupContext> action, ITaskSetupContext taskSetupContext)
Parameters
| Name | Type | Description |
|---|---|---|
| action | Action |
The action. |
| taskSetupContext | ITaskSetupContext | The context. |
Return Value
| Type | Description |
|---|---|
| void |
