PVCSAddFilesTask.

PromotionGroup Property

Summary

Gets or sets the promotion group to which added files will be assigned. Setting this attribute to an empty string indicates the versioned files will not be assigned to any promotion group.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSAddFilesTask

Syntax

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

Remarks

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

Attributes

Type Description
TaskAttribute
StringValidator

Value

Type Description
string