- Notifications
You must be signed in to change notification settings - Fork7.7k
Fix MSIX stage in release pipeline#24900
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
/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. |
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
/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. |
2259f56
intomasterUh oh!
There was an error while loading.Please reload this page.
microsoft-github-policy-servicebot commentedJan 31, 2025 • edited by unfurl-linksbot
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by unfurl-linksbot
Uh oh!
There was an error while loading.Please reload this page.
📣 Hey@jshigetomi, how did we do? We would love to hear your feedback with the link below! 🗣️ 🔗https://aka.ms/PSRepoFeedback |
Co-authored-by: Justin Chung <chungjustin@microsoft.com>Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
Co-authored-by: Justin Chung <chungjustin@microsoft.com>Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
Uh oh!
There was an error while loading.Please reload this page.
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.yml
template with new parameters for better clarity and control.[1][2]Template Enhancements:
.pipelines/templates/release-create-msix.yml
: Replaced Azure PowerShell task for installingmakeappx
tool 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 parameterenableCredScan
to 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-gc
in their names from GitHub release packages.[1][2]PR Context
PR Checklist
.h
,.cpp
,.cs
,.ps1
and.psm1
files have the correct copyright headerWIP:
or[ WIP ]
to the beginning of the title (theWIP
bot will keep its status check atPending
while the prefix is present) and remove the prefix when the PR is ready.- [ ] Issue filed:
(which runs in a different PS Host).