Fix MSIX stage in release pipeline#24900
Merged
jshigetomi merged 3 commits intomasterfrom Jan 31, 2025
Merged
Conversation
jshigetomi
commented
Jan 29, 2025
adityapatwardhan
approved these changes
Jan 30, 2025
Collaborator
Author
|
/azp run PowerShell-CI-macos, PowerShell-CI-Linux, PowerShell-CI-Windows, PowerShell-Windows-Packaging-CI, PowerShell-CI-static-analysis, PSResourceGet ACR |
|
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
TravisEz13
reviewed
Jan 30, 2025
TravisEz13
approved these changes
Jan 30, 2025
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
Collaborator
Author
|
/azp run PowerShell-CI-macos, PowerShell-CI-Linux, PowerShell-CI-Windows, PowerShell-Windows-Packaging-CI, PowerShell-CI-static-analysis, PSResourceGet ACR |
|
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
Contributor
|
📣 Hey @jshigetomi, how did we do? We would love to hear your feedback with the link below! 🗣️ 🔗 https://aka.ms/PSRepoFeedback |
TravisEz13
added a commit
to TravisEz13/PowerShell
that referenced
this pull request
Feb 24, 2025
Co-authored-by: Justin Chung <chungjustin@microsoft.com> Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
pwshBot
pushed a commit
to pwshBot/PowerShell
that referenced
this pull request
Apr 10, 2025
9 tasks
TravisEz13
added a commit
to pwshBot/PowerShell
that referenced
this pull request
Apr 11, 2025
Co-authored-by: Justin Chung <chungjustin@microsoft.com> Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
pwshBot
pushed a commit
to pwshBot/PowerShell
that referenced
this pull request
Apr 11, 2025
9 tasks
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 includes several changes to pipeline configurations and templates to improve the build and release processes. The most important changes are grouped by theme and listed below.
Pipeline Configuration Updates:
.pipelines/PowerShell-Release-Official.yml: Disabled credential scanning in the Linux package job and updated the PMC publish job to useapprovalJob.ymltemplate with new parameters for better clarity and control. [1] [2]Template Enhancements:
.pipelines/templates/release-create-msix.yml: Replaced Azure PowerShell task for installingmakeappxtool with inline PowerShell script to handle module installation and tool discovery more robustly. [1] [2].pipelines/templates/release-validate-fxdpackages.yml: Changed parameter definitions to use named parameters with types and defaults, and added a new parameterenableCredScanto control credential scanning. [1] [2]Security and Compliance:
.pipelines/templates/uploadToAzure.yml: Enabled SBOM (Software Bill of Materials) generation by default for better compliance tracking and adjusted file filtering to exclude files with-gcin their names from GitHub release packages. [1] [2]PR Context
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:or[ WIP ]to the beginning of the title (theWIPbot will keep its status check atPendingwhile the prefix is present) and remove the prefix when the PR is ready.- [ ] Issue filed:
(which runs in a different PS Host).