Skip to content

Commit a84dfb3

Browse files
committed
Avoid CodeQL steps during release
1 parent 24fb90c commit a84dfb3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azure-pipelines/prepare-insertion-stages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ stages:
1818
- job: symbol_archive
1919
displayName: Archive symbols
2020
pool: VSEngSS-MicroBuild2022-1ES
21+
variables:
22+
ONEES_ENFORCED_CODEQL_ENABLED: false # CodeQL runs on build stages, we don't need it here
2123
steps:
2224
- checkout: none
2325
- download: current
@@ -61,6 +63,8 @@ stages:
6163
${{ else }}:
6264
nuGetFeedType: internal
6365
publishVstsFeed: vs-impl # Leave this as-is, since non-signed builds must not be pushed to public feeds.
66+
variables:
67+
ONEES_ENFORCED_CODEQL_ENABLED: false # CodeQL runs on build stages, we don't need it here
6468
steps:
6569
- checkout: none
6670
- download: current

0 commit comments

Comments
 (0)