-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
/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. |
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. |
|
📣 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>
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).