Skip to content

Commit 651a26f

Browse files
committed
Pass -ci -nobl into remaining CI build jobs
1 parent f64c4b6 commit 651a26f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.azure/pipelines/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ stages:
215215
jobDisplayName: "Build: Windows ARM"
216216
agentOs: Windows
217217
buildArgs:
218+
-ci
219+
-nobl
218220
-arch arm
219221
-sign
220222
-pack
@@ -244,6 +246,8 @@ stages:
244246
jobDisplayName: "Build: Windows ARM64"
245247
agentOs: Windows
246248
buildArgs:
249+
-ci
250+
-nobl
247251
-arch arm64
248252
-sign
249253
-pack
@@ -274,6 +278,8 @@ stages:
274278
jobDisplayName: "Build: macOS"
275279
agentOs: macOs
276280
buildArgs:
281+
--ci
282+
--nobl
277283
--pack
278284
--all
279285
--no-build-nodejs
@@ -368,6 +374,8 @@ stages:
368374
jobDisplayName: "Build: Linux ARM"
369375
agentOs: Linux
370376
buildArgs:
377+
--ci
378+
--nobl
371379
--arch arm
372380
--pack
373381
--all
@@ -398,6 +406,8 @@ stages:
398406
jobDisplayName: "Build: Linux ARM64"
399407
agentOs: Linux
400408
buildArgs:
409+
--ci
410+
--nobl
401411
--arch arm64
402412
--all
403413
--pack

0 commit comments

Comments
 (0)