- Notifications
You must be signed in to change notification settings - Fork7.7k
[release/v7.4]Add a parameter that skips verify packages step#24803
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
* added a parameter that skips verify packages step* fix parameter string to boolean value---------Co-authored-by: Justin Chung <chungjustin@microsoft.com>
/azp run PowerShell-CI-macos, PowerShell-CI-Linux, PowerShell-CI-Windows, PowerShell-CI-static-analysis, PSResourceGet ACR, PowerShell-Windows-Packaging-CI |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
8d74036
intorelease/v7.4Uh oh!
There was an error while loading.Please reload this page.
microsoft-github-policy-servicebot commentedJan 16, 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@TravisEz13, how did we do? We would love to hear your feedback with the link below! 🗣️ 🔗https://aka.ms/PSRepoFeedback |
Backport#24763
This pull request includes changes to the
.pipelines/apiscan-gen-notice.yml
and.pipelines/templates/compliance/generateNotice.yml
files to introduce new parameters and improve the flexibility of the pipeline configuration. The most important changes include adding new parameters for debugging and skipping package verification, and modifying job conditions based on these parameters.Pipeline configuration improvements:
FORCE_CODEQL
andSkipVerifyPackages
parameters to.pipelines/apiscan-gen-notice.yml
for debugging and skipping package verification.extends:
section in.pipelines/apiscan-gen-notice.yml
to pass theSkipVerifyPackages
parameter to the compliance template.Compliance template updates:
SkipVerifyPackages
parameter to.pipelines/templates/compliance/generateNotice.yml
..pipelines/templates/compliance/generateNotice.yml
to skip package verification ifSkipVerifyPackages
is set to true..pipelines/templates/compliance/generateNotice.yml
.