We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bbf311 commit 8efe5b0Copy full SHA for 8efe5b0
.azure/pipelines/ci.yml
@@ -114,6 +114,11 @@ variables:
114
- ${{ if in(variables['Build.Reason'], 'PullRequest') }}:
115
- name: _SignType
116
value: test
117
+# Exclude artifacts & .packages folders from CodeQL scans
118
+- name: LGTM_INDEX_FILTERS
119
+ value: |
120
+ exclude:.packages
121
+ exclude:artifacts
122
- template: /eng/common/templates-official/variables/pool-providers.yml@self
123
124
resources:
0 commit comments