Target.

UnlessCondition Property

Summary

Opposite of NAnt.Core.Target.IfDefined. If false then the target will be executed; otherwise, skipped. The default is false.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
Target

Syntax

[TaskAttribute("unless", ExpandProperties = false)]
public string UnlessCondition { get; set; }

Attributes

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

Value

Type Description
string