Skip to content

[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
adityapatwardhan:backport/release/v7.4.14/26920-514e963bc
Mar 2, 2026
Merged

[release/v7.4.14] Merge the v7.6.0-preview.5 release branch back to master#26927
adityapatwardhan merged 1 commit intoPowerShell:release/v7.4.14from
adityapatwardhan:backport/release/v7.4.14/26920-514e963bc

Conversation

@adityapatwardhan
Copy link
Member

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

  • Required tooling change
  • Optional tooling change (include reasoning)

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

  • Customer reported
  • Found internally

Regression

REQUIRED: Check exactly one box.

  • Yes
  • No

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.

  • High
  • Medium
  • Low

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.

@adityapatwardhan adityapatwardhan requested a review from a team as a code owner March 2, 2026 20:23
Copilot AI review requested due to automatic review settings March 2, 2026 20:23
@adityapatwardhan adityapatwardhan added the CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log label Mar 2, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 AppID and a unified StoreAppPublish-Private service endpoint
  • Added Start-PSBootstrap -Scenario Dotnet and DOTNET_NOLOGO initialization to SDK and global tools validation jobs
  • Improved regex patterns for changelog URL generation (precise -preview matching 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

@adityapatwardhan adityapatwardhan enabled auto-merge (squash) March 2, 2026 20:27
@adityapatwardhan adityapatwardhan merged commit f0949a0 into PowerShell:release/v7.4.14 Mar 2, 2026
40 checks passed
@TravisEz13 TravisEz13 changed the title [release/v7.4.14] [release/v7.4] Merge the v7.6.0-preview.5 release branch back to master [release/v7.4.14] Merge the v7.6.0-preview.5 release branch back to master Mar 2, 2026
jshigetomi pushed a commit to jshigetomi/PowerShell that referenced this pull request Mar 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants