CallTask.

CascadeDependencies Property

Summary

Execute the specified targets dependencies -- even if they have been previously executed. The default is true.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
CallTask

Syntax

[TaskAttribute("cascade")]
public bool CascadeDependencies { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
bool