Skip to content

Commit 5da70ee

Browse files
committed
Fixed merge issue
1 parent ded3425 commit 5da70ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

GitVersionCore/GitVersionContext.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ public GitVersionContext(IRepository repository, Branch currentBranch, Config co
4141
public Branch CurrentBranch { get; private set; }
4242
public Commit CurrentCommit { get; private set; }
4343

44+
public BranchConfig CurrentBranchConfig { get; set; }
45+
4446
readonly bool IsContextForTrackedBranchesOnly = true;
4547

4648

0 commit comments

Comments
 (0)