Summary
Registers the task setup action.
- Namespace
- Cake
.Core - Containing Type
- CakeEngineActions
Syntax
public void RegisterTaskSetup(Action<ITaskSetupContext> action)
Parameters
| Name | Type | Description |
|---|---|---|
| action | Action |
The task setup action. |
Return Value
| Type | Description |
|---|---|
| void |
