BranchConfig.

SourceBranches Property

Namespace
GitVersion.Model.Configuration
Containing Type
BranchConfig

Syntax

[YamlMember(Alias = "source-branches")]
public HashSet<string>? SourceBranches { get; set; }

Attributes

Type Description
YamlMember

Value

Type Description
HashSet<string>?
GitHub