Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pipelines/templates/compliance/generateNotice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
displayName: 'Component Detection'
inputs:
sourceScanPath: '$(repoRoot)\tools'
sourceScanPath: '$(repoRoot)\tools\cgmanifest\tpn'

- pwsh: |
$(repoRoot)/tools/clearlyDefined/ClearlyDefined.ps1 -TestAndHarvest
Expand Down
2 changes: 1 addition & 1 deletion .vsts-ci/linux-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pr:
- .vsts-ci/misc-analysis.yml
- .vsts-ci/windows.yml
- .vsts-ci/windows/*
- tools/cgmanifest.json
- tools/cgmanifest/*
Copy link

Copilot AI Mar 9, 2026

Choose a reason for hiding this comment

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

Azure Pipelines path filters treat * as a single path segment; tools/cgmanifest/* likely won’t match nested paths like tools/cgmanifest/main/cgmanifest.json. If the intent is to exclude all cgmanifest changes, this should be tools/cgmanifest/** so changes under main/ and tpn/ are covered.

Copilot uses AI. Check for mistakes.
- LICENSE.txt
- test/common/markdown/*
- test/perf/*
Expand Down
2 changes: 1 addition & 1 deletion .vsts-ci/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pr:
- .vsts-ci/misc-analysis.yml
- .vsts-ci/windows.yml
- .vsts-ci/windows/*
- tools/cgmanifest.json
- tools/cgmanifest/*
Copy link

Copilot AI Mar 9, 2026

Choose a reason for hiding this comment

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

Azure Pipelines path filters treat * as a single path segment; tools/cgmanifest/* likely won’t match nested paths like tools/cgmanifest/main/cgmanifest.json. If the intent is to exclude all cgmanifest changes, this should be tools/cgmanifest/** so changes under main/ and tpn/ are covered.

Copilot uses AI. Check for mistakes.
- LICENSE.txt
- test/common/markdown/*
- test/perf/*
Expand Down
2 changes: 1 addition & 1 deletion .vsts-ci/psresourceget-acr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pr:
- .github/ISSUE_TEMPLATE/*
- .github/workflows/*
- .vsts-ci/misc-analysis.yml
- tools/cgmanifest.json
- tools/cgmanifest/*
Copy link

Copilot AI Mar 9, 2026

Choose a reason for hiding this comment

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

Azure Pipelines path filters treat * as a single path segment; tools/cgmanifest/* likely won’t match nested paths like tools/cgmanifest/main/cgmanifest.json. If the intent is to exclude all cgmanifest changes, this should be tools/cgmanifest/** so changes under main/ and tpn/ are covered.

Copilot uses AI. Check for mistakes.
- LICENSE.txt
- test/common/markdown/*
- test/perf/*
Expand Down
2 changes: 1 addition & 1 deletion .vsts-ci/windows-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pr:
- .dependabot/config.yml
- .github/ISSUE_TEMPLATE/*
- .vsts-ci/misc-analysis.yml
- tools/cgmanifest.json
- tools/cgmanifest/*
Copy link

Copilot AI Mar 9, 2026

Choose a reason for hiding this comment

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

Azure Pipelines path filters treat * as a single path segment; tools/cgmanifest/* likely won’t match nested paths like tools/cgmanifest/main/cgmanifest.json. If the intent is to exclude all cgmanifest changes, this should be tools/cgmanifest/** so changes under main/ and tpn/ are covered.

Copilot uses AI. Check for mistakes.
- LICENSE.txt
- test/common/markdown/*
- test/perf/*
Expand Down
File renamed without changes.
Loading
Loading