Float BCPlatform 29.0 version - #10610
Open
Maria Zhelezova (mazhelez) wants to merge 7 commits into
Open
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Maria Zhelezova (mazhelez)
had a problem deploying
to
triage
August 25, 2026 12:21 — with
GitHub Actions
Failure
Contributor
Author
|
CI is currently blocked pending a valid Azure DevOps work-item reference (AB#) from a maintainer. The code change itself is complete and validated: the focused PlatformHelper tests pass, the 29.0 selector resolves successfully, and UpdatePlatformVersion preserves the major.minor selector without modifying Packages.json. |
spetersenms
previously approved these changes
Aug 26, 2026
Alexander Holstrup (aholstrup1)
previously approved these changes
Aug 26, 2026
…at-bcplatform-29x
Floating to newer 29.0 compiler builds introduces repository-wide AA0181 and AA0233 analyzer regressions in required CI checks. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Maria Zhelezova (mazhelez)
dismissed stale reviews from spetersenms and Alexander Holstrup (aholstrup1)
via
August 29, 2026 13:28
c8ed7e5
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
…at-bcplatform-29x # Conflicts: # build/Packages.json
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
…at-bcplatform-29x # Conflicts: # build/Packages.json
Maria Zhelezova (mazhelez)
requested review from
Alexander Holstrup (aholstrup1) and
spetersenms
September 4, 2026 07:55
ankosiorek
approved these changes
Sep 4, 2026
Contributor
|
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.
What & why
Use the
29.0major.minor selector for BCPlatform on thereleases/29.xbranch so builds resolve the latest matching 29.0 platform instead of requiring periodic four-part version updates. The existing platform setup scripts already resolve major.minor selectors throughResolve-PlatformVersion, and the package update automation preserves these selectors.Linked work
Fixes #
How I validated this
What I tested and the outcome (required — be specific: scenarios, commands, screenshots for UI changes)
build/Packages.jsonwithConvertFrom-Jsonsuccessfully.build/scripts/tests/PlatformHelper.Test.ps1: 12 passed, 0 failed.29.0selector throughResolve-PlatformVersion; it returned the latest matching platform version..github/actions/RunAutomation/UpdatePlatformVersion/run.ps1; it returned no updated files and leftbuild/Packages.jsonunchanged becauseUpdate-PackageVersionpreserves major.minor selectors.Risk & compatibility
Low risk. Full four-part platform versions continue to work, while this release branch now opts into the existing major.minor resolution behavior. No application, schema, or runtime behavior changes.
AB#646623