File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -86,9 +86,6 @@ extends:
86
86
tsa :
87
87
enabled : true
88
88
codeql :
89
- compiled :
90
- enabled : false
91
- justificationForDisabling : CodeQL times out on Windows even after 10 hours timeout
92
89
runSourceLanguagesInSourceAnalysis : true
93
90
sourceAnalysisPool :
94
91
name : $(DncEngInternalBuildPool)
@@ -139,6 +136,12 @@ extends:
139
136
image : 1es-ubuntu-2204
140
137
os : linux
141
138
container : ${{ buildjob.imagename }}
139
+ templateContext :
140
+ sdl :
141
+ codeql :
142
+ compiled :
143
+ enabled : false
144
+ justificationForDisabling : CodeQL times out on Windows even after 10 hours timeout and we have a separate pipeline for CodeQL
142
145
steps :
143
146
- bash : |
144
147
set -ex
@@ -168,6 +171,12 @@ extends:
168
171
name : Azure Pipelines
169
172
image : macos-13
170
173
os : macOS
174
+ templateContext :
175
+ sdl :
176
+ codeql :
177
+ compiled :
178
+ enabled : false
179
+ justificationForDisabling : CodeQL times out on Windows even after 10 hours timeout and we have a separate pipeline for CodeQL
171
180
steps :
172
181
- bash : |
173
182
set -ex
@@ -195,6 +204,12 @@ extends:
195
204
name : $(DncEngInternalBuildPool)
196
205
image : windows.vs2022.amd64
197
206
os : windows
207
+ templateContext :
208
+ sdl :
209
+ codeql :
210
+ compiled :
211
+ enabled : false
212
+ justificationForDisabling : CodeQL times out on Windows even after 10 hours timeout and we have a separate pipeline for CodeQL
198
213
steps :
199
214
- checkout : self
200
215
clean : true
You can’t perform that action at this time.
0 commit comments