CakeEngineActions.

TaskSetup Property

Summary

Gets the registered task setup action.
Namespace
Cake.Core
Containing Type
CakeEngineActions

Syntax

public Action<ITaskSetupContext> TaskSetup { get; private set; }

Value

Type Description
Action<ITaskSetupContext>