@@ -82,6 +82,7 @@ extends:
82
82
cloudvault : # https://aka.ms/obpipelines/cloudvault
83
83
enabled : false
84
84
globalSdl : # https://aka.ms/obpipelines/sdl
85
+ enableCheckCFlags : false # CheckCFlags is broken and exploding our builds; to remove, :g/BAD-FLAGS/d
85
86
asyncSdl :
86
87
enabled : true
87
88
tsaOptionsFile : ' build/config/tsa.json'
@@ -107,6 +108,8 @@ extends:
107
108
parameters :
108
109
pool : { type: windows }
109
110
variables :
111
+ ob_sdl_checkcflags_enabled : false # BAD-FLAGS
112
+ ob_sdl_xfgcheck_enabled : false # BAD-FLAGS
110
113
ob_git_checkout : false # This job checks itself out
111
114
ob_git_skip_checkout_none : true
112
115
ob_outputDirectory : $(JobOutputDirectory)
@@ -141,6 +144,8 @@ extends:
141
144
parameters :
142
145
pool : { type: windows }
143
146
variables :
147
+ ob_sdl_checkcflags_enabled : false # BAD-FLAGS
148
+ ob_sdl_xfgcheck_enabled : false # BAD-FLAGS
144
149
ob_git_checkout : false # This job checks itself out
145
150
ob_git_skip_checkout_none : true
146
151
ob_outputDirectory : $(JobOutputDirectory)
@@ -172,6 +177,8 @@ extends:
172
177
parameters :
173
178
pool : { type: windows }
174
179
variables :
180
+ ob_sdl_checkcflags_enabled : false # BAD-FLAGS
181
+ ob_sdl_xfgcheck_enabled : false # BAD-FLAGS
175
182
ob_git_checkout : false # This job checks itself out
176
183
ob_git_skip_checkout_none : true
177
184
ob_outputDirectory : $(JobOutputDirectory)
@@ -223,6 +230,8 @@ extends:
223
230
parameters :
224
231
pool : { type: windows }
225
232
variables :
233
+ ob_sdl_checkcflags_enabled : false # BAD-FLAGS
234
+ ob_sdl_xfgcheck_enabled : false # BAD-FLAGS
226
235
ob_git_checkout : false # This job checks itself out
227
236
ob_git_skip_checkout_none : true
228
237
ob_outputDirectory : $(JobOutputDirectory)
@@ -238,6 +247,8 @@ extends:
238
247
parameters :
239
248
pool : { type: windows }
240
249
variables :
250
+ ob_sdl_checkcflags_enabled : false # BAD-FLAGS
251
+ ob_sdl_xfgcheck_enabled : false # BAD-FLAGS
241
252
ob_git_checkout : false # This job checks itself out
242
253
ob_git_skip_checkout_none : true
243
254
ob_outputDirectory : $(JobOutputDirectory)
@@ -260,6 +271,8 @@ extends:
260
271
subscription : ${{ parameters.symbolPublishingSubscription }}
261
272
symbolProject : ${{ parameters.symbolPublishingProject }}
262
273
variables :
274
+ ob_sdl_checkcflags_enabled : false # BAD-FLAGS
275
+ ob_sdl_xfgcheck_enabled : false # BAD-FLAGS
263
276
ob_git_checkout : false # This job checks itself out
264
277
ob_git_skip_checkout_none : true
265
278
ob_outputDirectory : $(Build.ArtifactStagingDirectory)
0 commit comments