[release/v7.5] Fix the task name to not use the pre-release task#26397
Closed
TravisEz13 wants to merge 1 commit intoPowerShell:release/v7.5from
Closed
[release/v7.5] Fix the task name to not use the pre-release task#26397TravisEz13 wants to merge 1 commit intoPowerShell:release/v7.5from
TravisEz13 wants to merge 1 commit intoPowerShell:release/v7.5from
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, changing from a development version to a production version of the windows-store-publish extension.
- Updated the StoreBroker package task reference from the development extension to the production extension
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
|
This pull request has been automatically marked as Review Needed because it has been there has not been any activity for 7 days. |
Member
|
Apparently, the change in this PR has been suppressed by the changes in #26266. So, closing it. |
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.5
Triggered by @TravisEz13 on behalf of @daxian-dbw
Original CL Label: CL-BuildPackaging
/cc @PowerShell/powershell-maintainers
Impact
Tooling Impact
This change fixes the MSIX package creation task to use the correct non-preview task name. Without this fix, the MSIX packaging would fail due to referencing a task that doesn't exist in the release branch context.
Regression
This is not fixing a regression; it's a correction to the build task configuration.
Testing
The original PR verified that the task name matches the actual available task. This backport was verified by successfully cherry-picking the commit without conflicts. The change should be validated by ensuring the MSIX packaging workflow runs successfully with the corrected task name.
Risk
Risk is Medium because this affects the build/packaging infrastructure. While the change itself is minimal (a single task name correction), packaging changes can have broad impacts on release builds. However, this is a necessary fix to ensure MSIX packages can be created correctly. Note that not taking this change creates technical debt - future CI/CD improvements that build on this fix would become harder to backport, potentially requiring manual intervention for subsequent backports.