Skip to content

[release/v7.5.7] Remove package verification from the notice pipeline#27463

Open
adityapatwardhan wants to merge 1 commit into
PowerShell:release/v7.5.7from
adityapatwardhan:backport/release/v7.5.7/27289-558c886d8
Open

[release/v7.5.7] Remove package verification from the notice pipeline#27463
adityapatwardhan wants to merge 1 commit into
PowerShell:release/v7.5.7from
adityapatwardhan:backport/release/v7.5.7/27289-558c886d8

Conversation

@adityapatwardhan
Copy link
Copy Markdown
Member

Backport of #27289 to release/v7.5.7

Triggered by @adityapatwardhan on behalf of @daxian-dbw

Original CL Label: CL-BuildPackaging

/cc @PowerShell/powershell-maintainers

Impact

REQUIRED: Choose either Tooling Impact or Customer Impact (or both). At least one checkbox must be selected.

Tooling Impact

  • Required tooling change
  • Optional tooling change (include reasoning)

Removes package verification from the notice pipeline, as this is now handled by the Release Prep workflow. Keeps the pipeline focused and avoids redundant checks.

Customer Impact

  • Customer reported
  • Found internally

Regression

REQUIRED: Check exactly one box.

  • Yes
  • No

This is not a regression.

Testing

Cherry-pick applied cleanly onto release/v7.5.7 with no conflicts. Verified branch commit and push succeeded. The change scope is limited to pipeline YAML logic.

Risk

REQUIRED: Check exactly one box.

  • High
  • Medium
  • Low

Change is limited to build pipeline logic. No impact on runtime or customer-facing code. Ensures pipelines are functional and not redundant.

@adityapatwardhan adityapatwardhan requested a review from a team as a code owner May 17, 2026 18:25
Copilot AI review requested due to automatic review settings May 17, 2026 18:25
@adityapatwardhan adityapatwardhan added the CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log label May 17, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR backports the notice-pipeline simplification to release/v7.5.7, keeping the APIScan/notice pipeline focused on generating and uploading notices after package verification moved elsewhere.

Changes:

  • Removes the SkipVerifyPackages pipeline/template parameter.
  • Removes the ClearlyDefined.ps1 -TestAndHarvest package license verification step from notice generation.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.pipelines/templates/compliance/generateNotice.yml Removes the package verification parameter and step from the notice job.
.pipelines/apiscan-gen-notice.yml Removes the now-unused top-level parameter and template argument.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CL-BuildPackaging Indicates that a PR should be marked as a build or packaging change in the Change Log

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants