Summary
Gets or sets the version label to assign.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .PVCS - Containing Type
- PVCSLabelTask
Syntax
[TaskAttribute("versionlabel", Required = true)]
[StringValidator(AllowEmpty = false)]
public string VersionLabel { get; set; }
Remarks
This is equivalent to the -v parameter to the pcli label command.
Attributes
| Type | Description |
|---|---|
| TaskAttribute | |
| StringValidator |
Value
| Type | Description |
|---|---|
| string |
