Summary
Gets or sets a value indicating whether the promotion may occur across branches.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .PVCS - Containing Type
- PVCSPromoteGroupTask
Syntax
[TaskAttribute("acrossbranches", Required = true)]
[BooleanValidator]
public bool AcrossBranches { get; set; }
Remarks
This is equivalent to the -nb and -yb parameters to the pcli promotegroup command.
Attributes
| Type | Description |
|---|---|
| TaskAttribute | |
| BooleanValidator |
Value
| Type | Description |
|---|---|
| bool |
