IGitVersionConfiguration.

Branches Property

Summary

Gets the per-branch configuration map, keyed by branch name pattern.

Syntax

IReadOnlyDictionary<string, IBranchConfiguration> Branches { get; }

Value

Type Description
IReadOnlyDictionary<string, IBranchConfiguration>
GitHub