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()
36
36
develop-branch-tag: alpha
37
37
release-branch-tag: rc
38
38
branches:
39
+ master:
40
+ mode: ContinuousDeployment
39
41
dev(elop)?(ment)?$:
40
42
mode: ContinuousDeployment
41
43
tag: dev
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public static void Notify(StringReader reader)
32
32
33
33
var issues = new List < string > ( ) ;
34
34
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 ( ) ;
36
36
if ( oldConfigs . Any ( ) )
37
37
{
38
38
var max = oldConfigs . Max ( c => c . Length ) ;
You can’t perform that action at this time.
0 commit comments