Summary
Gets or sets the promotion in use. If a promotion group is specified, this option identifies the
promotion group to which the revision is currently assigned. If no promotion group is specified (ie.
this property is set to an empty string), this option indicates that one is not identifying the
revision by promotion group.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .PVCS - Containing Type
- PVCSPutTask
Syntax
[TaskAttribute("promotiongroup", Required = false)]
[StringValidator(AllowEmpty = true)]
public string PromotionGroup { get; set; }
Remarks
This is equivalent to the -g
parameter to the pcli put
command.
Attributes
Type | Description |
---|---|
TaskAttribute | |
StringValidator |
Value
Type | Description |
---|---|
string |