@@ -166,7 +166,7 @@ extends:
166
166
- powershell : ./eng/scripts/CodeCheck.ps1 -ci $(_InternalRuntimeDownloadArgs)
167
167
displayName : Run eng/scripts/CodeCheck.ps1
168
168
artifacts :
169
- - name : Code_Check_Logs
169
+ - name : Code_Check_Logs_Attempt_$(System.JobAttempt)
170
170
path : artifacts/log/
171
171
publishOnError : true
172
172
includeForks : true
@@ -292,7 +292,7 @@ extends:
292
292
displayName : Build ARM64 Installers
293
293
294
294
artifacts :
295
- - name : Windows_Logs
295
+ - name : Windows_Logs_Attempt_$(System.JobAttempt)
296
296
path : artifacts/log/
297
297
publishOnError : true
298
298
includeForks : true
@@ -324,7 +324,7 @@ extends:
324
324
$(_PublishArgs)
325
325
$(_InternalRuntimeDownloadArgs)
326
326
artifacts :
327
- - name : MacOS_arm64_Logs
327
+ - name : MacOS_arm64_Logs_Attempt_$(System.JobAttempt)
328
328
path : artifacts/log/
329
329
publishOnError : true
330
330
includeForks : true
@@ -354,7 +354,7 @@ extends:
354
354
$(_PublishArgs)
355
355
$(_InternalRuntimeDownloadArgs)
356
356
artifacts :
357
- - name : MacOS_x64_Logs
357
+ - name : MacOS_x64_Logs_Attempt_$(System.JobAttempt)
358
358
path : artifacts/log/
359
359
publishOnError : true
360
360
includeForks : true
@@ -416,7 +416,7 @@ extends:
416
416
displayName : Build RPM installers
417
417
target : rpmpkg
418
418
artifacts :
419
- - name : Linux_x64_Logs
419
+ - name : Linux_x64_Logs_Attempt_$(System.JobAttempt)
420
420
path : artifacts/log/
421
421
publishOnError : true
422
422
includeForks : true
@@ -446,7 +446,7 @@ extends:
446
446
$(_PublishArgs)
447
447
$(_InternalRuntimeDownloadArgs)
448
448
artifacts :
449
- - name : Linux_arm_Logs
449
+ - name : Linux_arm_Logs_Attempt_$(System.JobAttempt)
450
450
path : artifacts/log/
451
451
publishOnError : true
452
452
includeForks : true
@@ -493,7 +493,7 @@ extends:
493
493
displayName : Build RPM installers
494
494
target : rpmpkg
495
495
artifacts :
496
- - name : Linux_arm64_Logs
496
+ - name : Linux_arm64_Logs_Attempt_$(System.JobAttempt)
497
497
path : artifacts/log/
498
498
publishOnError : true
499
499
includeForks : true
@@ -527,7 +527,7 @@ extends:
527
527
installNodeJs : false
528
528
disableComponentGovernance : true
529
529
artifacts :
530
- - name : Linux_musl_x64_Logs
530
+ - name : Linux_musl_x64_Logs_Attempt_$(System.JobAttempt)
531
531
path : artifacts/log/
532
532
publishOnError : true
533
533
includeForks : true
@@ -560,7 +560,7 @@ extends:
560
560
$(_PublishArgs)
561
561
$(_InternalRuntimeDownloadArgs)
562
562
artifacts :
563
- - name : Linux_musl_arm_Logs
563
+ - name : Linux_musl_arm_Logs_Attempt_$(System.JobAttempt)
564
564
path : artifacts/log/
565
565
publishOnError : true
566
566
includeForks : true
@@ -593,7 +593,7 @@ extends:
593
593
$(_PublishArgs)
594
594
$(_InternalRuntimeDownloadArgs)
595
595
artifacts :
596
- - name : Linux_musl_arm64_Logs
596
+ - name : Linux_musl_arm64_Logs_Attempt_$(System.JobAttempt)
597
597
path : artifacts/log/
598
598
publishOnError : true
599
599
includeForks : true
@@ -622,11 +622,11 @@ extends:
622
622
- powershell : " & ./src/Servers/IIS/tools/UpdateIISExpressCertificate.ps1; & ./src/Servers/IIS/tools/update_schema.ps1"
623
623
displayName : Setup IISExpress test certificates and schema
624
624
artifacts :
625
- - name : Windows_Test_Logs
625
+ - name : Windows_Test_Logs_Attempt_$(System.JobAttempt)
626
626
path : artifacts/log/
627
627
publishOnError : true
628
628
includeForks : true
629
- - name : Windows_Test_Results
629
+ - name : Windows_Test_Results_Attempt_$(System.JobAttempt)
630
630
path : artifacts/TestResults/
631
631
publishOnError : true
632
632
includeForks : true
@@ -643,11 +643,11 @@ extends:
643
643
- bash : " ./eng/scripts/install-nginx-mac.sh"
644
644
displayName : Installing Nginx
645
645
artifacts :
646
- - name : MacOS_Test_Logs
646
+ - name : MacOS_Test_Logs_Attempt_$(System.JobAttempt)
647
647
path : artifacts/log/
648
648
publishOnError : true
649
649
includeForks : true
650
- - name : MacOS_Test_Results
650
+ - name : MacOS_Test_Results_Attempt_$(System.JobAttempt)
651
651
path : artifacts/TestResults/
652
652
publishOnError : true
653
653
includeForks : true
@@ -666,11 +666,11 @@ extends:
666
666
- bash : " echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p"
667
667
displayName : Increase inotify limit
668
668
artifacts :
669
- - name : Linux_Test_Logs
669
+ - name : Linux_Test_Logs_Attempt_$(System.JobAttempt)
670
670
path : artifacts/log/
671
671
publishOnError : true
672
672
includeForks : true
673
- - name : Linux_Test_Results
673
+ - name : Linux_Test_Results_Attempt_$(System.JobAttempt)
674
674
path : artifacts/TestResults/
675
675
publishOnError : true
676
676
includeForks : true
@@ -697,7 +697,7 @@ extends:
697
697
SYSTEM_ACCESSTOKEN : $(System.AccessToken) # We need to set this env var to publish helix results to Azure Dev Ops
698
698
699
699
artifacts :
700
- - name : Helix_logs
700
+ - name : Helix_Logs_Attempt_$(System.JobAttempt)
701
701
path : artifacts/log/
702
702
publishOnError : true
703
703
includeForks : true
0 commit comments