Fix Automated Store Publishing, .NET Resolution, Update Linux Image, and Changelog Link Generation#26178
Closed
jshigetomi wants to merge 16 commits into
Closed
Fix Automated Store Publishing, .NET Resolution, Update Linux Image, and Changelog Link Generation#26178jshigetomi wants to merge 16 commits into
jshigetomi wants to merge 16 commits into
Conversation
Use BuildSources.Directory instead of reporoot Add powershell use sbConfigPath Add variable group store publish variables Use spaces in name Change the AppStoreName locID Output the PDP and config file Temporarily disable signing Use AppStore Xpath Use namespace xml Use AppID Upload SBLog.txt on failure Try powershell private Remove AppID addition
Update the test image for SDK tests ---- #### AI description (iteration 1) #### PR Classification This PR is a configuration update aimed at improving SDK test reliability by using an updated Ubuntu test image. #### PR Summary The pull request updates the pipeline configuration to reference a new test image version for SDK validation. - `.pipelines/PowerShell-Release-Official.yml`: Changed `imageName` from `PSMMSUbuntu20.04-Secure` to `PSMMSUbuntu22.04-Secure`. <!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->
Member
|
@jshigetomi I will merge the 7.6.0-preview.5 release branch to master using a merge commit once you are done with the fix in the release branch, so this PR can be closed. |
Member
|
The v7.6.0-preview.5 release branch has been merged back to master via #26180 |
Contributor
|
📣 Hey @@jshigetomi, how did we do? We would love to hear your feedback with the link below! 🗣️ |
|
@copilot |
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 several updates to the PowerShell release and packaging pipelines, primarily focused on improving MSIX Store publishing, channel selection logic, and build environment consistency. The changes enhance automation, streamline channel-specific publishing, and update configurations for better compatibility and maintainability.
MSIX Store Publishing and Channel Handling:
PDP.xmlby default and settargetPublishModetoImmediatefor faster publishing. [1] [2]Build and Validation Environment Improvements:
Pipeline Logic and Variable Handling:
channelSelection.ymland related templates by referencing variables directly from previous pipeline stages, and corrected variable casing and usage for consistency. [1] [2]MSIX Packaging and Signing:
Pipeline Dependency and Variable Updates:
setReleaseTagAndChangelogandPushGitTagAndMakeDraftPublicstages, and switched to using a variable for the release environment, increasing flexibility.These changes collectively improve the reliability, maintainability, and traceability of the PowerShell release pipeline, especially regarding MSIX Store publishing and channel management.
PR Context
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright header