PVCSAssignGroupTask.

AssignPromotionGroup Property

Summary

Gets or sets the promotion group to assign to the versioned files.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSAssignGroupTask

Syntax

[TaskAttribute("assignpromotiongroup", Required = true)]
[StringValidator(AllowEmpty = false)]
public string AssignPromotionGroup { get; set; }

Remarks

This is equivalent to the -g parameter to the pcli assigngroup command.

Attributes

Type Description
TaskAttribute
StringValidator

Value

Type Description
string