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