@@ -75,7 +75,7 @@ variables:
75
75
exclude:artifacts
76
76
- template : /eng/common/templates-official/variables/pool-providers.yml@self
77
77
78
- esources :
78
+ resources :
79
79
repositories :
80
80
# Repo: 1ESPipelineTemplates/1ESPipelineTemplates
81
81
- repository : 1esPipelines
@@ -111,6 +111,9 @@ extends:
111
111
jobName : Code_check
112
112
jobDisplayName : Code check
113
113
agentOs : Windows
114
+ beforeBuild :
115
+ - script : git submodule update --init
116
+ displayName : Update submodules
114
117
steps :
115
118
- powershell : ./eng/scripts/CodeCheck.ps1 -ci $(_InternalRuntimeDownloadArgs)
116
119
displayName : Run eng/scripts/CodeCheck.ps1
@@ -127,6 +130,9 @@ extends:
127
130
jobName : Windows_build
128
131
jobDisplayName : " Build: Windows x64/x86/arm64"
129
132
agentOs : Windows
133
+ beforeBuild :
134
+ - script : git submodule update --init
135
+ displayName : Update submodules
130
136
steps :
131
137
- ${{ if notIn(variables['Build.Reason'], 'PullRequest') }} :
132
138
- script : echo "##vso[build.addbuildtag]daily-build"
@@ -258,6 +264,9 @@ extends:
258
264
jobDisplayName : " Build: macOS arm64"
259
265
agentOs : macOs
260
266
timeoutInMinutes : 90
267
+ beforeBuild :
268
+ - script : git submodule update --init
269
+ displayName : Update submodules
261
270
buildArgs :
262
271
--arch arm64
263
272
--pack
@@ -289,6 +298,9 @@ extends:
289
298
jobDisplayName : " Build: macOS x64"
290
299
agentOs : macOs
291
300
timeoutInMinutes : 90
301
+ beforeBuild :
302
+ - script : git submodule update --init
303
+ displayName : Update submodules
292
304
buildArgs :
293
305
--pack
294
306
--all
@@ -319,6 +331,9 @@ extends:
319
331
jobDisplayName : " Build: Linux x64"
320
332
agentOs : Linux
321
333
useHostedUbuntu : false
334
+ beforeBuild :
335
+ - script : git submodule update --init
336
+ displayName : Update submodules
322
337
buildArgs :
323
338
--arch x64
324
339
--pack
@@ -350,6 +365,9 @@ extends:
350
365
jobName : Linux_arm_build
351
366
jobDisplayName : " Build: Linux ARM"
352
367
agentOs : Linux
368
+ beforeBuild :
369
+ - script : git submodule update --init
370
+ displayName : Update submodules
353
371
buildArgs :
354
372
--arch arm
355
373
--pack
@@ -380,6 +398,9 @@ extends:
380
398
jobName : Linux_arm64_build
381
399
jobDisplayName : " Build: Linux ARM64"
382
400
agentOs : Linux
401
+ beforeBuild :
402
+ - script : git submodule update --init
403
+ displayName : Update submodules
383
404
buildArgs :
384
405
--arch arm64
385
406
--pack
@@ -412,6 +433,9 @@ extends:
412
433
jobDisplayName : " Build: Linux Musl x64"
413
434
agentOs : Linux
414
435
container : azureLinux30Net10BuildAmd64
436
+ beforeBuild :
437
+ - script : git submodule update --init
438
+ displayName : Update submodules
415
439
buildArgs :
416
440
--arch x64
417
441
--os-name linux-musl
@@ -446,6 +470,9 @@ extends:
446
470
agentOs : Linux
447
471
useHostedUbuntu : false
448
472
container : azureLinux30Net10BuildAmd64
473
+ beforeBuild :
474
+ - script : git submodule update --init
475
+ displayName : Update submodules
449
476
buildArgs :
450
477
--arch arm
451
478
--os-name linux-musl
@@ -479,6 +506,9 @@ extends:
479
506
agentOs : Linux
480
507
useHostedUbuntu : false
481
508
container : azureLinux30Net10BuildAmd64
509
+ beforeBuild :
510
+ - script : git submodule update --init
511
+ displayName : Update submodules
482
512
buildArgs :
483
513
--arch arm64
484
514
--os-name linux-musl
@@ -517,6 +547,8 @@ extends:
517
547
/p:SkipIISExpressTests=true /p:SkipIISNewShimTests=true /p:RunBlazorPlaywrightTemplateTests=true /p:DoNotCleanUpTemplates=true
518
548
$(_InternalRuntimeDownloadArgs)
519
549
beforeBuild :
550
+ - script : git submodule update --init
551
+ displayName : Update submodules
520
552
- powershell : " & ./src/Servers/IIS/tools/UpdateIISExpressCertificate.ps1; & ./src/Servers/IIS/tools/update_schema.ps1"
521
553
displayName : Setup IISExpress test certificates and schema
522
554
artifacts :
@@ -540,6 +572,8 @@ extends:
540
572
isAzDOTestingJob : true
541
573
buildArgs : --all --test --binaryLog /p:RunTemplateTests=false /p:SkipHelixReadyTests=true $(_InternalRuntimeDownloadArgs)
542
574
beforeBuild :
575
+ - script : git submodule update --init
576
+ displayName : Update submodules
543
577
- bash : " ./eng/scripts/install-nginx-mac.sh"
544
578
displayName : Installing Nginx
545
579
artifacts :
@@ -561,6 +595,8 @@ extends:
561
595
useHostedUbuntu : false
562
596
buildArgs : --all --test --binaryLog /p:RunTemplateTests=false /p:SkipHelixReadyTests=true $(_InternalRuntimeDownloadArgs)
563
597
beforeBuild :
598
+ - script : git submodule update --init
599
+ displayName : Update submodules
564
600
- bash : " ./eng/scripts/install-nginx-linux.sh"
565
601
displayName : Installing Nginx
566
602
- bash : " echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p"
@@ -582,6 +618,9 @@ extends:
582
618
jobDisplayName : ' Tests: Helix x64 Subset 1'
583
619
agentOs : Windows
584
620
timeoutInMinutes : 240
621
+ beforeBuild :
622
+ - script : git submodule update --init
623
+ displayName : Update submodules
585
624
steps :
586
625
# Build the shared framework
587
626
- script : ./eng/build.cmd -ci -prepareMachine -nativeToolsOnMachine -nobl -all -pack -arch x64
@@ -611,6 +650,9 @@ extends:
611
650
jobDisplayName : ' Tests: Helix x64 Subset 2'
612
651
agentOs : Windows
613
652
timeoutInMinutes : 240
653
+ beforeBuild :
654
+ - script : git submodule update --init
655
+ displayName : Update submodules
614
656
steps :
615
657
# Build the shared framework
616
658
- script : ./eng/build.cmd -ci -prepareMachine -nativeToolsOnMachine -nobl -all -pack -arch x64
@@ -642,6 +684,9 @@ extends:
642
684
agentOs : Windows
643
685
isAzDOTestingJob : true
644
686
timeoutInMinutes : 240
687
+ beforeBuild :
688
+ - script : git submodule update --init
689
+ displayName : Update submodules
645
690
steps :
646
691
- script : git submodule update --init
647
692
displayName : Update submodules
@@ -670,17 +715,4 @@ extends:
670
715
path : artifacts/log/
671
716
publishOnError : true
672
717
includeForks : true
673
- # Source build
674
- - template : /eng/common/templates-official/job/source-build.yml@self
675
- parameters :
676
- enableInternalSources : true
677
- platform :
678
- name : ' Managed'
679
- container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream-10-amd64'
680
- buildScript : ' ./eng/build.sh'
681
- buildArguments : ' --source-build $(_InternalRuntimeDownloadArgs)'
682
- jobProperties :
683
- timeoutInMinutes : 120
684
- variables :
685
- # Log environment variables in binary logs to ease debugging
686
- MSBUILDLOGALLENVIRONMENTVARIABLES : true
718
+
0 commit comments