CakeTask.

Dependees Property

Summary

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

Syntax

public List<CakeTaskDependency> Dependees { get; }

Value

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