CallTask.

ForceExecute Property

Summary

Force an execute even if the target has already been executed. The default is false.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
CallTask

Syntax

[TaskAttribute("force")]
[System.Obsolete("Use the \"cascase\" attribute to control whether dependencies should be re-executed.", false)]
public bool ForceExecute { get; set; }

Attributes

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

Value

Type Description
bool