Summary
Performs the setup.
- Namespace
- Cake
.Core - Containing Type
- IExecutionStrategy
Syntax
void PerformSetup(Action<ISetupContext> action, ISetupContext context)
Parameters
Name | Type | Description |
---|---|---|
action | Action |
The action. |
context | ISetupContext | The context. |
Return Value
Type | Description |
---|---|
void |