This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.igloo15.Helper.
Summary
A method used to register to listen on task teardown of a cake script
Syntax
public static void AddTaskTeardown(this ICakeContext context, Action<ProjectData> cakeAction)
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
The Cake Context |
| cakeAction |
Action<ProjectData> |
The listener action |
Return Value