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 b09ef5d commit b831ca6Copy full SHA for b831ca6
eng/azure-pipelines.yml
@@ -10,9 +10,6 @@ pr: none
10
variables:
11
- template: /eng/common-variables.yml@self
12
- template: /eng/common/templates-official/variables/pool-providers.yml@self
13
-# disable CodeQL here, we have a separate pipeline for it
14
-- name: Codeql.Enabled
15
- value: false
16
17
resources:
18
repositories:
@@ -92,6 +89,7 @@ extends:
92
89
compiled:
93
90
enabled: false
94
91
justificationForDisabling: CodeQL times out on Windows even after 10 hours timeout
+ runSourceLanguagesInSourceAnalysis: true
95
sourceAnalysisPool:
96
name: $(DncEngInternalBuildPool)
97
image: 1es-windows-2022
0 commit comments