Summary
This method is executed before any tasks are run.
If setup fails, no tasks will be executed but teardown will be performed.
- Namespace
- Cake
.Frosting - Containing Type
- IFrostingSetup
Syntax
void Setup(ICakeContext context, ISetupContext info)
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The context. |
info | ISetupContext | The setup information. |
Return Value
Type | Description |
---|---|
void |