CakeTask.

Dependencies Property

Summary

Gets the task's dependencies.
Namespace
Cake.Core
Containing Type
CakeTask

Syntax

public List<CakeTaskDependency> Dependencies { get; }

Value

Type Description
List<CakeTaskDependency> The task's dependencies.