@@ -160,7 +160,7 @@ extends:
160
160
- powershell : ./eng/scripts/CodeCheck.ps1 -ci $(_InternalRuntimeDownloadArgs)
161
161
displayName : Run eng/scripts/CodeCheck.ps1
162
162
artifacts :
163
- - name : Code_Check_Logs
163
+ - name : Code_Check_Logs_Attempt_$(System.JobAttempt)
164
164
path : artifacts/log/
165
165
publishOnError : true
166
166
includeForks : true
@@ -280,7 +280,7 @@ extends:
280
280
displayName : Build ARM64 Installers
281
281
282
282
artifacts :
283
- - name : Windows_Logs
283
+ - name : Windows_Logs_Attempt_$(System.JobAttempt)
284
284
path : artifacts/log/
285
285
publishOnError : true
286
286
includeForks : true
@@ -312,7 +312,7 @@ extends:
312
312
$(_InternalRuntimeDownloadArgs)
313
313
installNodeJs : false
314
314
artifacts :
315
- - name : MacOS_arm64_Logs
315
+ - name : MacOS_arm64_Logs_Attempt_$(System.JobAttempt)
316
316
path : artifacts/log/
317
317
publishOnError : true
318
318
includeForks : true
@@ -342,7 +342,7 @@ extends:
342
342
$(_InternalRuntimeDownloadArgs)
343
343
installNodeJs : false
344
344
artifacts :
345
- - name : MacOS_x64_Logs
345
+ - name : MacOS_x64_Logs_Attempt_$(System.JobAttempt)
346
346
path : artifacts/log/
347
347
publishOnError : true
348
348
includeForks : true
@@ -389,7 +389,7 @@ extends:
389
389
displayName : Build RPM installers
390
390
installNodeJs : false
391
391
artifacts :
392
- - name : Linux_x64_Logs
392
+ - name : Linux_x64_Logs_Attempt_$(System.JobAttempt)
393
393
path : artifacts/log/
394
394
publishOnError : true
395
395
includeForks : true
@@ -420,7 +420,7 @@ extends:
420
420
$(_InternalRuntimeDownloadArgs)
421
421
installNodeJs : false
422
422
artifacts :
423
- - name : Linux_arm_Logs
423
+ - name : Linux_arm_Logs_Attempt_$(System.JobAttempt)
424
424
path : artifacts/log/
425
425
publishOnError : true
426
426
includeForks : true
@@ -460,7 +460,7 @@ extends:
460
460
displayName : Build RPM installers
461
461
installNodeJs : false
462
462
artifacts :
463
- - name : Linux_arm64_Logs
463
+ - name : Linux_arm64_Logs_Attempt_$(System.JobAttempt)
464
464
path : artifacts/log/
465
465
publishOnError : true
466
466
includeForks : true
@@ -494,7 +494,7 @@ extends:
494
494
installNodeJs : false
495
495
disableComponentGovernance : true
496
496
artifacts :
497
- - name : Linux_musl_x64_Logs
497
+ - name : Linux_musl_x64_Logs_Attempt_$(System.JobAttempt)
498
498
path : artifacts/log/
499
499
publishOnError : true
500
500
includeForks : true
@@ -528,7 +528,7 @@ extends:
528
528
$(_InternalRuntimeDownloadArgs)
529
529
installNodeJs : false
530
530
artifacts :
531
- - name : Linux_musl_arm_Logs
531
+ - name : Linux_musl_arm_Logs_Attempt_$(System.JobAttempt)
532
532
path : artifacts/log/
533
533
publishOnError : true
534
534
includeForks : true
@@ -562,7 +562,7 @@ extends:
562
562
$(_InternalRuntimeDownloadArgs)
563
563
installNodeJs : false
564
564
artifacts :
565
- - name : Linux_musl_arm64_Logs
565
+ - name : Linux_musl_arm64_Logs_Attempt_$(System.JobAttempt)
566
566
path : artifacts/log/
567
567
publishOnError : true
568
568
includeForks : true
@@ -591,11 +591,11 @@ extends:
591
591
- powershell : " & ./src/Servers/IIS/tools/UpdateIISExpressCertificate.ps1; & ./src/Servers/IIS/tools/update_schema.ps1"
592
592
displayName : Setup IISExpress test certificates and schema
593
593
artifacts :
594
- - name : Windows_Test_Logs
594
+ - name : Windows_Test_Logs_Attempt_$(System.JobAttempt)
595
595
path : artifacts/log/
596
596
publishOnError : true
597
597
includeForks : true
598
- - name : Windows_Test_Results
598
+ - name : Windows_Test_Results_Attempt_$(System.JobAttempt)
599
599
path : artifacts/TestResults/
600
600
publishOnError : true
601
601
includeForks : true
@@ -612,11 +612,11 @@ extends:
612
612
- bash : " ./eng/scripts/install-nginx-mac.sh"
613
613
displayName : Installing Nginx
614
614
artifacts :
615
- - name : MacOS_Test_Logs
615
+ - name : MacOS_Test_Logs_Attempt_$(System.JobAttempt)
616
616
path : artifacts/log/
617
617
publishOnError : true
618
618
includeForks : true
619
- - name : MacOS_Test_Results
619
+ - name : MacOS_Test_Results_Attempt_$(System.JobAttempt)
620
620
path : artifacts/TestResults/
621
621
publishOnError : true
622
622
includeForks : true
@@ -635,11 +635,11 @@ extends:
635
635
- bash : " echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p"
636
636
displayName : Increase inotify limit
637
637
artifacts :
638
- - name : Linux_Test_Logs
638
+ - name : Linux_Test_Logs_Attempt_$(System.JobAttempt)
639
639
path : artifacts/log/
640
640
publishOnError : true
641
641
includeForks : true
642
- - name : Linux_Test_Results
642
+ - name : Linux_Test_Results_Attempt_$(System.JobAttempt)
643
643
path : artifacts/TestResults/
644
644
publishOnError : true
645
645
includeForks : true
@@ -666,7 +666,7 @@ extends:
666
666
SYSTEM_ACCESSTOKEN : $(System.AccessToken) # We need to set this env var to publish helix results to Azure Dev Ops
667
667
668
668
artifacts :
669
- - name : Helix_logs
669
+ - name : Helix_Logs_Attempt_$(System.JobAttempt)
670
670
path : artifacts/log/
671
671
publishOnError : true
672
672
includeForks : true
0 commit comments