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
176
176
177
177
public static void ApplyOverridesTo ( this Config config , Config overrideConfig )
178
178
{
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 ;
186
179
config . TagPrefix = string . IsNullOrWhiteSpace ( overrideConfig . TagPrefix ) ? config . TagPrefix : overrideConfig . TagPrefix ;
187
- config . TagPreReleaseWeight = overrideConfig . TagPreReleaseWeight ;
188
180
}
189
181
190
182
public static BranchConfig GetConfigForBranch ( this Config config , string branchName )
You can’t perform that action at this time.
0 commit comments