ICakeTaskInfo.

Dependees Property

Summary

Gets the tasks that the task want to be a dependency of.
Namespace
Cake.Core
Containing Type
ICakeTaskInfo

Syntax

IReadOnlyList<CakeTaskDependency> Dependees { get; }

Value

Type Description
IReadOnlyList<CakeTaskDependency> The tasks that the task want to be a dependency of.