BranchConfig.

IsSourceBranchFor Property

Namespace
GitVersion.Model.Configuration
Containing Type
BranchConfig

Syntax

[YamlMember(Alias = "is-source-branch-for")]
public HashSet<string>? IsSourceBranchFor { get; set; }

Attributes

Type Description
YamlMember

Value

Type Description
HashSet<string>?
GitHub