[release/v7.4.14] Merge the v7.6.0-preview.5 release branch back to master#26927
Merged
adityapatwardhan merged 1 commit intoPowerShell:release/v7.4.14from Mar 2, 2026
Conversation
…er (PowerShell#26920) Co-authored-by: Dongbo Wang <[email protected]> Co-authored-by: Copilot <[email protected]>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR is a backport of #26920 (itself a backport of #26180) to the release/v7.4.14 branch, bringing pipeline infrastructure changes from the v7.6.0-preview.5 release branch. It updates MSIX store publishing from a 2-task architecture to a 3-task split (separate tasks per channel), adds Start-PSBootstrap calls to SDK and global tools validation jobs, improves changelog URL regex patterns, and updates the Linux SDK validation agent image.
Changes:
- Refactored MSIX store publishing to use three separate conditional tasks (LTS, Stable, Preview), each with their own
AppIDand a unifiedStoreAppPublish-Privateservice endpoint - Added
Start-PSBootstrap -Scenario DotnetandDOTNET_NOLOGOinitialization to SDK and global tools validation jobs - Improved regex patterns for changelog URL generation (precise
-previewmatching and cleaner-replace '^v|\.','')
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
.pipelines/templates/channelSelection.yml |
Trivial: removed a blank line |
.pipelines/templates/release-validate-sdk.yml |
Added Import-Module build.psm1 + Start-PSBootstrap -Scenario Dotnet and DOTNET_NOLOGO env var |
.pipelines/templates/release-validate-globaltools.yml |
Added Start-PSBootstrap -Scenario Dotnet bootstrap in two steps; introduces a duplicate Import-Module |
.pipelines/templates/release-githubNuget.yml |
Tightened regex to match only -preview tags and improved $endURL replacement pattern |
.pipelines/templates/release-MSIX-Publish.yml |
Split publishing into 3 tasks (LTS/Stable/Preview), each using StoreAppPublish-Private endpoint with channel-specific AppID |
.pipelines/templates/package-create-msix.yml |
Simplified to single store-package@3 task using StoreAppPublish-Private; removed debug and channel-conditional tasks; stale service endpoint values remain in $channelConfigs |
.pipelines/PowerShell-Release-Official.yml |
Updated Linux SDK validation image from PSMMSUbuntu20.04-Secure to PSMMSUbuntu22.04-Secure |
TravisEz13
approved these changes
Mar 2, 2026
jshigetomi
pushed a commit
to jshigetomi/PowerShell
that referenced
this pull request
Mar 2, 2026
…ranch back to master (PowerShell#26927)
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 #26920 to release/v7.4.14
Triggered by @adityapatwardhan on behalf of @TravisEz13
Original CL Label: CL-BuildPackaging
/cc @PowerShell/powershell-maintainers
Impact
REQUIRED: Choose either Tooling Impact or Customer Impact (or both). At least one checkbox must be selected.
Tooling Impact
Updates Azure Pipelines templates for MSIX store publishing (3-task split architecture), global tools validation (added bootstrap), SDK validation (added bootstrap and DOTNET_NOLOGO), and improved regex patterns for changelog URL generation.
Customer Impact
Regression
REQUIRED: Check exactly one box.
This is not a regression.
Testing
Cherry-picked cleanly with no conflicts. Validated YAML syntax for all modified pipeline files.
Risk
REQUIRED: Check exactly one box.
This backport includes architectural changes to Azure Pipelines store publishing automation and updates to SDK validation. While changes are from the tested v7.6.0-preview.5 release branch, they modify critical build and release infrastructure.