Conversation
TravisEz13
reviewed
Jul 10, 2025
Collaborator
Author
|
/azp run PowerShell-CI-linux-packaging PowerShell-Windows-Packaging-CI |
|
No pipelines are associated with this pull request. |
Collaborator
Author
|
/azp run PowerShell-CI-linux-packaging, PowerShell-Windows-Packaging-CI |
|
Azure Pipelines successfully started running 2 pipeline(s). |
daxian-dbw
reviewed
Aug 18, 2025
Member
daxian-dbw
left a comment
There was a problem hiding this comment.
@jshigetomi Thank you for making the change!
I left a few comments below.
Collaborator
Author
|
/azp run PowerShell-CI-linux-packaging, PowerShell-Windows-Packaging-CI |
|
Azure Pipelines successfully started running 2 pipeline(s). |
Member
|
I reviewed the changes in |
adityapatwardhan
requested changes
Sep 30, 2025
c0d92fd to
d816844
Compare
adityapatwardhan
approved these changes
Sep 30, 2025
Collaborator
Author
|
/azp run PowerShell-Windows-Packaging-CI, PowerShell-CI-linux-packaging |
|
Azure Pipelines successfully started running 2 pipeline(s). |
pwshBot
pushed a commit
to pwshBot/PowerShell
that referenced
this pull request
Oct 9, 2025
9 tasks
pwshBot
pushed a commit
to pwshBot/PowerShell
that referenced
this pull request
Oct 9, 2025
9 tasks
TravisEz13
added a commit
to TravisEz13/PowerShell
that referenced
this pull request
Nov 5, 2025
The variables $IsLTS, $IsStable, and $IsPreview were being used but never initialized. In the main branch, these are set by the channelSelection.yml template (added in PR PowerShell#25725), but in release/v7.4 the backport PR PowerShell#26163 uses stageDependencies to access these values. The PowerShell variables need to be explicitly initialized from the pipeline variables $(LTS), $(STABLE), and $(PREVIEW) at the beginning of the script block.
SIRMARGIN
pushed a commit
to SIRMARGIN/PowerShell
that referenced
this pull request
Dec 12, 2025
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.
PR Summary
This pull request introduces significant updates to the PowerShell release pipelines, focusing on automating MSIX package publishing, improving channel selection, and adding configurations for store submissions. The changes include new parameters, templates, and configuration files to streamline the release process.
Pipeline Enhancements for MSIX Publishing:
skipMSIXPublishparameter: A new boolean parameter was added to.pipelines/PowerShell-Release-Official.ymlto allow skipping the MSIX publishing step during the release process.PublishMsixstage to use a newrelease-MSIX-Publish.ymltemplate and conditionally skip publishing based on theskipMSIXPublishparameter.Store Submission Configuration:
PDP.xmlfor store metadata: Added a detailedPDP.xmlfile to define product descriptions, keywords, screenshots, and other metadata for the Microsoft Store submission.SBConfig.jsonfor StoreBroker: Introduced aSBConfig.jsonfile to configure StoreBroker settings, including submission parameters, pricing, and device family support.Channel Selection and Configuration Updates:
channelSelection.ymltemplate: Added a script to determine the release channel (LTS, Stable, or Preview) and set corresponding pipeline variables..pipelines/templates/package-create-msix.ymlto include channel selection, update store configurations (PDP.xmlandSBConfig.json), and automate StoreBroker package creation and upload. [1] [2]PR Context
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright header