IRepositoryStore.

GetSourceBranches(IBranch, IGitVersionConfiguration, IBranch[]) Method

Namespace
GitVersion.Common
Containing Type
IRepositoryStore

Syntax

IEnumerable<IBranch> GetSourceBranches(IBranch branch, IGitVersionConfiguration configuration, params IBranch[] excludedBranches)

Parameters

Name Type Description
branch IBranch
configuration IGitVersionConfiguration
excludedBranches IBranch[]

Return Value

Type Description
IEnumerable<IBranch>
GitHub