EventExtensions.

InvokeTeardown(ICakeContext, ProjectData) Method

Summary

Method to be invoked in teardown to trigger all listeners
Assembly
Cake.igloo15.Helper.dll
Namespace
Cake.igloo15.Helper
Containing Type
EventExtensions

Syntax

public static void InvokeTeardown(this ICakeContext context, ProjectData data)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The Cake Context
data ProjectData The data to be invoked with

Return Value

Type Description
void