Skip to content

Commit 090ad80

Browse files
committed
Use a warning message when multiple branches are matched.
1 parent 5aeca26 commit 090ad80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersionCore/BranchConfigurationCalculator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static KeyValuePair<string, BranchConfig> GetBranchConfiguration(Commit c
3232

3333
if (matchingBranches.Length > 1)
3434
{
35-
Logger.WriteInfo(string.Format(
35+
Logger.WriteWarning(string.Format(
3636
"Multiple branch configurations match the current branch branchName of '{0}'. Using the first matching configuration, '{1}'. Matching configurations include: '{2}'",
3737
currentBranch.FriendlyName,
3838
keyValuePair.Key,

0 commit comments

Comments
 (0)