Summary
Gets or sets the revision for the versioned files to be assigned the promotion group.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .PVCS - Containing Type
- PVCSAssignGroupTask
Syntax
[TaskAttribute("revision", Required = false)]
public double Revision { get; set; }
Remarks
This is equivalent to the -r parameter to the pcli assigngroup command.
If this property has not yet been set, it will return Double.MaxValue.
Attributes
| Type | Description |
|---|---|
| TaskAttribute |
Value
| Type | Description |
|---|---|
| double |
