LabelTask.

RevisionLabel Property

Summary

Should label created be a revision label. The default is false.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.StarTeam
Containing Type
LabelTask

Syntax

[TaskAttribute("revisionlabel", Required = false)]
[BooleanValidator]
public virtual bool RevisionLabel { set; }

Remarks

NAnt.Contrib.Tasks.StarTeam.LabelTask.BuildLabel has no effect if this is set to true as revision labels cannot have a build status.

Attributes

Type Description
TaskAttribute
BooleanValidator

Value

Type Description
bool