FrostingTaskSetup<TContext>.

Setup(TContext, ITaskSetupContext) Method

Summary

This method is executed before any tasks are run. If setup fails, no tasks will be executed but teardown will be performed.
Namespace
Cake.Frosting
Containing Type
FrostingTaskSetup<TContext>

Syntax

public abstract void Setup(TContext context, ITaskSetupContext info)

Parameters

Name Type Description
context TContext The context.
info ITaskSetupContext The setup information.

Return Value

Type Description
void