@@ -215,8 +215,6 @@ stages:
215
215
jobDisplayName : " Build: Windows ARM"
216
216
agentOs : Windows
217
217
buildArgs :
218
- -ci
219
- -nobl
220
218
-arch arm
221
219
-sign
222
220
-pack
@@ -246,8 +244,6 @@ stages:
246
244
jobDisplayName : " Build: Windows ARM64"
247
245
agentOs : Windows
248
246
buildArgs :
249
- -ci
250
- -nobl
251
247
-arch arm64
252
248
-sign
253
249
-pack
@@ -278,8 +274,6 @@ stages:
278
274
jobDisplayName : " Build: macOS"
279
275
agentOs : macOs
280
276
buildArgs :
281
- --ci
282
- --nobl
283
277
--pack
284
278
--all
285
279
--no-build-nodejs
@@ -374,8 +368,6 @@ stages:
374
368
jobDisplayName : " Build: Linux ARM"
375
369
agentOs : Linux
376
370
buildArgs :
377
- --ci
378
- --nobl
379
371
--arch arm
380
372
--pack
381
373
--all
@@ -406,8 +398,6 @@ stages:
406
398
jobDisplayName : " Build: Linux ARM64"
407
399
agentOs : Linux
408
400
buildArgs :
409
- --ci
410
- --nobl
411
401
--arch arm64
412
402
--all
413
403
--pack
@@ -439,8 +429,6 @@ stages:
439
429
agentOs : Linux
440
430
buildScript : ./dockerbuild.sh alpine
441
431
buildArgs :
442
- --ci
443
- --nobl
444
432
--arch x64
445
433
--os-name linux-musl
446
434
--pack
@@ -474,8 +462,6 @@ stages:
474
462
useHostedUbuntu : false
475
463
buildScript : ./dockerbuild.sh ubuntu-alpine37
476
464
buildArgs :
477
- --ci
478
- --nobl
479
465
--arch arm64
480
466
--os-name linux-musl
481
467
--pack
@@ -508,7 +494,7 @@ stages:
508
494
jobDisplayName : " Test: Windows Server 2016 x64"
509
495
agentOs : Windows
510
496
isTestingJob : true
511
- buildArgs : -ci -nobl - all -pack -test "/p:SkipHelixReadyTests=true /p:SkipIISNewHandlerTests=true /p:SkipIISTests=true /p:SkipIISExpressTests=true /p:SkipIISNewShimTests=true /p:RunTemplateTests=false" $(_InternalRuntimeDownloadArgs)
497
+ buildArgs : -all -pack -test "/p:SkipHelixReadyTests=true /p:SkipIISNewHandlerTests=true /p:SkipIISTests=true /p:SkipIISExpressTests=true /p:SkipIISNewShimTests=true /p:RunTemplateTests=false" $(_InternalRuntimeDownloadArgs)
512
498
beforeBuild :
513
499
- powershell : " & ./src/Servers/IIS/tools/UpdateIISExpressCertificate.ps1; & ./src/Servers/IIS/tools/update_schema.ps1"
514
500
displayName : Setup IISExpress test certificates and schema
@@ -571,7 +557,7 @@ stages:
571
557
jobDisplayName : " Test: macOS 10.14"
572
558
agentOs : macOS
573
559
isTestingJob : true
574
- buildArgs : --ci --nobl -- all --test "/p:RunTemplateTests=false /p:SkipHelixReadyTests=true" $(_InternalRuntimeDownloadArgs)
560
+ buildArgs : --all --test "/p:RunTemplateTests=false /p:SkipHelixReadyTests=true" $(_InternalRuntimeDownloadArgs)
575
561
beforeBuild :
576
562
- bash : " ./eng/scripts/install-nginx-mac.sh"
577
563
displayName : Installing Nginx
@@ -607,7 +593,7 @@ stages:
607
593
agentOs : Linux
608
594
isTestingJob : true
609
595
useHostedUbuntu : false
610
- buildArgs : --ci --nobl -- all --test "/p:RunTemplateTests=false /p:SkipHelixReadyTests=true" $(_InternalRuntimeDownloadArgs)
596
+ buildArgs : --all --test "/p:RunTemplateTests=false /p:SkipHelixReadyTests=true" $(_InternalRuntimeDownloadArgs)
611
597
beforeBuild :
612
598
- bash : " ./eng/scripts/install-nginx-linux.sh"
613
599
displayName : Installing Nginx
0 commit comments