Bump main to 18.7, add vs18.6 to merge flow#13472
Open
MichalPavlik wants to merge 1 commit intomainfrom
Open
Conversation
Phase 1.3 + Phase 2: Update VersionPrefix to 18.7.0 and insert vs18.6 into the merge-flow chain. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
53 tasks
Contributor
There was a problem hiding this comment.
Pull request overview
Updates MSBuild’s main branch versioning and merge automation to reflect the new VS 18.6 release branch and the next development version (18.7).
Changes:
- Bump
eng/Versions.propsVersionPrefixfrom18.6.0to18.7.0. - Extend the merge-flow chain so
vs18.5merges intovs18.6, andvs18.6merges intomain.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| eng/Versions.props | Updates the main-branch version prefix to 18.7.0. |
| .config/git-merge-flow-config.jsonc | Inserts vs18.6 into the automated branch merge chain before main. |
| <VersionPrefix>18.6.0</VersionPrefix> | ||
| <VersionPrefix>18.7.0</VersionPrefix> | ||
| <PreReleaseVersionLabel>preview</PreReleaseVersionLabel> | ||
| <PackageValidationBaselineVersion>18.5.0-preview-26126-01</PackageValidationBaselineVersion> |
There was a problem hiding this comment.
PackageValidationBaselineVersion was not updated as part of the main version bump. The release checklist requires setting this to the previous GA version published to NuGet (for this release cycle: 18.5.0) so package validation baselines against the correct shipping reference.
Suggested change
| <PackageValidationBaselineVersion>18.5.0-preview-26126-01</PackageValidationBaselineVersion> | |
| <PackageValidationBaselineVersion>18.5.0</PackageValidationBaselineVersion> |
ViktorHofer
approved these changes
Mar 31, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 18.6 — Phase 1.3 + Phase 2
Tracking issue: #13468
Changes
Not changed (no-op)
el/insiders/
el/stable\ target options