Inputs
| Placeholder |
Description |
Value |
PREVIOUS_RELEASE_VERSION |
Version being replaced as latest |
18.6 |
THIS_RELEASE_VERSION |
Version being released now |
18.7 |
THIS_RELEASE_EXACT_VERSION |
Full VersionPrefix on release branch after final branding |
18.7.0 |
NEXT_VERSION |
Version that main will be bumped to |
18.8 |
Derived values:
- Release branch:
vs18.7
- DARC channel:
VS 18.7
- Next DARC channel:
VS 18.8
- VS insertion target: VS
main (VS snaps main → insiders → stable on its own schedule)
Phase 0: Instantiate Release
Trigger: User decides to start a release. Do this first.
Phase 1: Branch & Prepare
Trigger: 2026-05-01 reached (VS snaps main → rel/insiders for 18.7; per Dev18.7 Schedule).
Steps are sequential — complete in order.
Phase 2: Bump Main & Update Pipelines
Trigger: vs18.7 branch exists (Phase 1.1 done). Previous release is in insiders stage.
Create one PR in main containing all of the following changes:
Phase 3: DARC Subscription Updates
Trigger: Phase 2 branding PR merged (main now has 18.8 version).
First, gather information (read-only queries — no PR needed):
Then, batch all write operations into one PR on the maestro-configuration repo.
Use --configuration-branch release/msbuild-18.7-main-bump and --no-pr on all but the last command:
Verifications (parallel — read-only, no ordering dependency):
Phase 4: Final Branding & VS Insertion
Trigger: 7 calendar days before 2026-05-01 (i.e., ~2026-04-24).
Precondition: Phases 1–3 complete. Preview builds from vs18.7 have been inserting into VS main since Phase 2.
Goal: Final-brand the release branch and get the final-branded bits inserted into VS main before VS snaps to rel/insiders.
Steps are sequential.
Phase 5: Post-GA
Trigger: 2026-06-09 has passed and VS release (18.7.0 Feature Update) has shipped.
Inputs
PREVIOUS_RELEASE_VERSION18.6THIS_RELEASE_VERSION18.7THIS_RELEASE_EXACT_VERSIONVersionPrefixon release branch after final branding18.7.0NEXT_VERSION18.8Derived values:
vs18.7VS 18.7VS 18.8main(VS snaps main → insiders → stable on its own schedule)Phase 0: Instantiate Release
eng/Versions.propsonmainhasVersionPrefix=18.7.0vs18.7does not already existVS 18.7exists (ID: 10189)Phase 1: Branch & Prepare
Steps are sequential — complete in order.
vs18.7from HEAD ofmain:git push upstream HEAD:refs/heads/vs18.7git push upstream :refs/heads/vs18.7Use
--configuration-branch release/msbuild-18.7on every command and--no-pron all but the last:First check:
darc get-default-channels --channel "VS 18.7" --branch vs18.7 --source-repo https://github.com/dotnet/msbuildIf
No matching channels were found.:darc add-default-channel --channel "VS 18.7" --branch vs18.7 --repo https://github.com/dotnet/msbuild --configuration-branch release/msbuild-18.7 --no-prdarc add-channel --name "VS 18.8" --configuration-branch release/msbuild-18.7 --no-pr(Channel VS 18.8 already exists — ID 10188, so this is a no-op.)
--no-prto create the PR):darc add-default-channel --channel "VS 18.8" --branch vs18.8 --repo https://github.com/dotnet/msbuild --configuration-branch release/msbuild-18.7VS 18.8channel available as a promotion targetdarc add-default-channel "VS 18.8".mainarcade pin picks up the new publishing constants..config/git-merge-flow-config.jsonc:Insert
vs18.7as the last entry beforemainin the merge chain. Add a comment noting the VS/SDK version context.Phase 2: Bump Main & Update Pipelines
Create one PR in
maincontaining all of the following changes:eng/Versions.props: UpdateVersionPrefixto18.8.0eng/Versions.props: UpdatePackageValidationBaselineVersionto18.7.0-preview-26229-01(matches the 18.7 preview just inserted into VS main).CompatibilitySuppressions.xmlfiles. Run:dotnet pack MSBuild.Dev.slnf /p:ApiCompatGenerateSuppressionFile=trueSee API compat documentation for details.
azure-pipelines/vs-insertion.yml: noAutoInsertTargetBranchfield on the current version — no change needed.azure-pipelines/vs-insertion-experimental.yml: already listsmain/rel/insiders/rel/stable— no change needed.Phase 3: DARC Subscription Updates
First, gather information (read-only queries — no PR needed):
darc get-subscriptions --exact --source-repo https://github.com/dotnet/msbuild --channel "VS 18.7"Note the subscription ID for the SDK
mainbranch entry.darc get-default-channels --source-repo https://github.com/dotnet/msbuild --branch vs18.7Note whether the association exists (needed for step 3.3d).
Then, batch all write operations into one PR on the maestro-configuration repo.
Use
--configuration-branch release/msbuild-18.7-main-bumpand--no-pron all but the last command:darc delete-default-channel --repo https://github.com/dotnet/msbuild --branch main --channel "VS 18.7" --configuration-branch release/msbuild-18.7-main-bump --no-prdarc add-default-channel --channel "VS 18.8" --branch main --repo https://github.com/dotnet/msbuild --configuration-branch release/msbuild-18.7-main-bump --no-prdarc update-subscription --id <SUBSCRIPTION_ID_FROM_3.1> --channel "VS 18.8" --configuration-branch release/msbuild-18.7-main-bump --no-prdarc add-default-channel --channel "VS 18.7" --branch vs18.7 --repo https://github.com/dotnet/msbuild --configuration-branch release/msbuild-18.7-main-bump --no-pr--no-pr.--no-prto open the PR on the configuration branch.Verifications (parallel — read-only, no ordering dependency):
darc get-subscriptions --exact --target-repo https://github.com/dotnet/msbuild --source-repo https://github.com/dotnet/arcadedarc get-subscriptions --exact --target-repo https://github.com/dotnet/msbuild --source-repo https://github.com/nuget/nuget.clientdarc get-subscriptions --exact --target-repo https://github.com/dotnet/msbuild --source-repo https://github.com/dotnet/roslynEnabled: False)Phase 4: Final Branding & VS Insertion
Steps are sequential.
vs18.7branch:No-op — no non-empty
PublicAPI.Unshipped.txtentries onvs18.7.scripts/Stabilize-Release.ps1onvs18.7branch:Applied via PR Final branding for 18.7 release #13658.
vs18.7(PR Final branding for 18.7 release #13658)vs18.7:vs18.7withOptional OptProfDrop Overrideset to main's latest OptProf drop path, or setSkipApplyOptimizationDatatotrue.vs18.7.vs18.7with no overrides.vs18.7into VSmain. Final-branded bits must be in VSmainbefore2026-05-01.2026-05-01, if needed) RetargetAutoInsertTargetBranchforvs18.7from VSmain→rel/insiders.2026-05-27, if needed) RetargetAutoInsertTargetBranchforvs18.7→rel/stable.Phase 5: Post-GA
BootstrapSdkVersionineng/Versions.propsif a fresh SDK was released.vs18.7branch if the release is LTSC.mainsubscriptions point toVS 18.8channel:darc get-subscriptions --exact --target-repo https://github.com/dotnet/msbuild --target-branch main