File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
src/GitVersionCore/Configuration Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -176,15 +176,7 @@ This is because mainline mode treats your entire git repository as an event sour
176176
177177 public static void ApplyOverridesTo ( this Config config , Config overrideConfig )
178178 {
179- config . Branches . Clear ( ) ;
180- config . Ignore = overrideConfig . Ignore ;
181- config . Branches = overrideConfig . Branches ;
182- config . Increment = overrideConfig . Increment ;
183- config . NextVersion = overrideConfig . NextVersion ;
184- config . VersioningMode = overrideConfig . VersioningMode ;
185- config . AssemblyFileVersioningFormat = overrideConfig . AssemblyFileVersioningFormat ;
186179 config . TagPrefix = string . IsNullOrWhiteSpace ( overrideConfig . TagPrefix ) ? config . TagPrefix : overrideConfig . TagPrefix ;
187- config . TagPreReleaseWeight = overrideConfig . TagPreReleaseWeight ;
188180 }
189181
190182 public static BranchConfig GetConfigForBranch ( this Config config , string branchName )
You can’t perform that action at this time.
0 commit comments