[release/v7.4] Fix the task name to not use the pre-release task#26395
Merged
TravisEz13 merged 1 commit intoPowerShell:release/v7.4from Nov 5, 2025
Merged
Conversation
Use `MS-RDX-MRO.windows-store-publish.package-task.store-package` instead of `MS-RDX-MRO.windows-store-publish-dev.package-task.store-package`.
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the Azure DevOps task reference for the StoreBroker package creation step by changing the extension name from the development version to the production version.
- Changed the StoreBroker task extension reference from
windows-store-publish-devtowindows-store-publish
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
SeeminglyScience
approved these changes
Nov 5, 2025
6 tasks
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.
Backport of #26138 to release/v7.4
Triggered by @TravisEz13 on behalf of @daxian-dbw
Original CL Label: CL-BuildPackaging
/cc @PowerShell/powershell-maintainers
Impact
Tooling Impact
This backport fixes the task name in the build pipeline to not use the pre-release task. This is a required change to ensure the build pipeline uses the correct task version for the v7.4 release branch.
Regression
This is not a regression fix, but a correction to ensure the build pipeline uses the appropriate task for this release branch.
Testing
The original PR was verified by checking the build pipeline configuration. The same verification applies to this backport - ensuring that the build pipeline on the release/v7.4 branch uses the correct non-pre-release task.
Risk
Medium risk: This change modifies the build pipeline configuration which is critical infrastructure. However, the change is minimal (single line task name change) and follows the established pattern for release branches. The risk is medium because: