IFrostingTaskTeardown.

Teardown(ICakeContext, ITaskTeardownContext) Method

Summary

This method is executed after each task have been run. If a task setup action or a task fails with or without recovery, the specified task teardown action will still be executed.
Namespace
Cake.Frosting
Containing Type
IFrostingTaskTeardown

Syntax

void Teardown(ICakeContext context, ITaskTeardownContext info)

Parameters

Name Type Description
context ICakeContext The context.
info ITaskTeardownContext The teardown information.

Return Value

Type Description
void