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 24fb90c commit a84dfb3Copy full SHA for a84dfb3
azure-pipelines/prepare-insertion-stages.yml
@@ -18,6 +18,8 @@ stages:
18
- job: symbol_archive
19
displayName: Archive symbols
20
pool: VSEngSS-MicroBuild2022-1ES
21
+ variables:
22
+ ONEES_ENFORCED_CODEQL_ENABLED: false # CodeQL runs on build stages, we don't need it here
23
steps:
24
- checkout: none
25
- download: current
@@ -61,6 +63,8 @@ stages:
61
63
${{ else }}:
62
64
nuGetFeedType: internal
65
publishVstsFeed: vs-impl # Leave this as-is, since non-signed builds must not be pushed to public feeds.
66
67
68
69
70
0 commit comments