File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
GitVersionCore/Configuration Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ public void CanReadOldDocument()
3636develop-branch-tag: alpha
3737release-branch-tag: rc
3838branches:
39+ master:
40+ mode: ContinuousDeployment
3941 dev(elop)?(ment)?$:
4042 mode: ContinuousDeployment
4143 tag: dev
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public static void Notify(StringReader reader)
3232
3333 var issues = new List < string > ( ) ;
3434
35- var oldConfigs = legacyConfig . Branches . Keys . Where ( k => OldConfigKnownRegexes . Keys . Contains ( k ) ) . ToList ( ) ;
35+ var oldConfigs = legacyConfig . Branches . Keys . Where ( k => OldConfigKnownRegexes . Keys . Contains ( k ) && k != OldConfigKnownRegexes [ k ] ) . ToList ( ) ;
3636 if ( oldConfigs . Any ( ) )
3737 {
3838 var max = oldConfigs . Max ( c => c . Length ) ;
You can’t perform that action at this time.
0 commit comments