File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -215,6 +215,8 @@ stages:
215
215
jobDisplayName : " Build: Windows ARM"
216
216
agentOs : Windows
217
217
buildArgs :
218
+ -ci
219
+ -nobl
218
220
-arch arm
219
221
-sign
220
222
-pack
@@ -244,6 +246,8 @@ stages:
244
246
jobDisplayName : " Build: Windows ARM64"
245
247
agentOs : Windows
246
248
buildArgs :
249
+ -ci
250
+ -nobl
247
251
-arch arm64
248
252
-sign
249
253
-pack
@@ -274,6 +278,8 @@ stages:
274
278
jobDisplayName : " Build: macOS"
275
279
agentOs : macOs
276
280
buildArgs :
281
+ --ci
282
+ --nobl
277
283
--pack
278
284
--all
279
285
--no-build-nodejs
@@ -368,6 +374,8 @@ stages:
368
374
jobDisplayName : " Build: Linux ARM"
369
375
agentOs : Linux
370
376
buildArgs :
377
+ --ci
378
+ --nobl
371
379
--arch arm
372
380
--pack
373
381
--all
@@ -398,6 +406,8 @@ stages:
398
406
jobDisplayName : " Build: Linux ARM64"
399
407
agentOs : Linux
400
408
buildArgs :
409
+ --ci
410
+ --nobl
401
411
--arch arm64
402
412
--all
403
413
--pack
You can’t perform that action at this time.
0 commit comments