ISetupContext.

TasksToExecute Property

Summary

Gets all registered tasks that are going to be executed.
Namespace
Cake.Core
Containing Type
ISetupContext

Syntax

IReadOnlyCollection<ICakeTaskInfo> TasksToExecute { get; }

Value

Type Description
IReadOnlyCollection<ICakeTaskInfo>