Summary
This method is executed after all tasks have been run.
If a setup action or a task fails with or without recovery, the specified teardown action will still be executed.
- Namespace
- Cake
.Frosting - Containing Type
- IFrostingTeardown
Syntax
void Teardown(ICakeContext context, ITeardownContext info)
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The context. |
info | ITeardownContext | The teardown information. |
Return Value
Type | Description |
---|---|
void |