Summary
Registers a task setup action.
- Namespace
- Cake
.Frosting - Containing Type
- CakeHostExtensions
Syntax
public static CakeHost UseTaskSetup<TSetup>(this CakeHost host)
where TSetup : class, IFrostingTaskSetup
Type Parameters
Name | Description |
---|---|
TSetup | The task setup action. |