Config.

Branches Property

Namespace
GitVersion.Model.Configuration
Containing Type
Config

Syntax

[YamlMember(Alias = "branches")]
public Dictionary<string, BranchConfig> Branches { get; set; }

Attributes

Type Description
YamlMember

Value

Type Description
Dictionary<string, BranchConfig>
GitHub