forked from dotnet/core-setup
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement more restrictive merge of roll forward
If LatestMinor and Major references are merged, previously the effective reference would be LatestMinor. Bu that goes against the Major semantics of "pick closest". This change is modifying the outcome of that merge to Minor. This produces the more restrictive version selection (lower versions are prefered). This behavior is still being discussed in dotnet/core-setup#5870 and may change. Added tests for merging roll forward settings.
- Loading branch information
1 parent
74f72bc
commit 26ba328
Showing
2 changed files
with
105 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters