@@ -93,7 +93,7 @@ stages:
93
93
- powershell : ./eng/scripts/CodeCheck.ps1 -ci $(_InternalRuntimeDownloadArgs)
94
94
displayName : Run eng/scripts/CodeCheck.ps1
95
95
artifacts :
96
- - name : Code_Check_Logs
96
+ - name : Code_Check_Logs_Attempt_$(System.JobAttempt)
97
97
path : artifacts/log/
98
98
publishOnError : true
99
99
includeForks : true
@@ -213,7 +213,7 @@ stages:
213
213
displayName : Build ARM64 Installers
214
214
215
215
artifacts :
216
- - name : Windows_Logs
216
+ - name : Windows_Logs_Attempt_$(System.JobAttempt)
217
217
path : artifacts/log/
218
218
publishOnError : true
219
219
includeForks : true
@@ -246,7 +246,7 @@ stages:
246
246
$(_InternalRuntimeDownloadArgs)
247
247
installNodeJs : false
248
248
artifacts :
249
- - name : MacOS_arm64_Logs
249
+ - name : MacOS_arm64_Logs_Attempt_$(System.JobAttempt)
250
250
path : artifacts/log/
251
251
publishOnError : true
252
252
includeForks : true
@@ -277,7 +277,7 @@ stages:
277
277
$(_InternalRuntimeDownloadArgs)
278
278
installNodeJs : false
279
279
artifacts :
280
- - name : MacOS_x64_Logs
280
+ - name : MacOS_x64_Logs_Attempt_$(System.JobAttempt)
281
281
path : artifacts/log/
282
282
publishOnError : true
283
283
includeForks : true
@@ -324,7 +324,7 @@ stages:
324
324
displayName : Build RPM installers
325
325
installNodeJs : false
326
326
artifacts :
327
- - name : Linux_x64_Logs
327
+ - name : Linux_x64_Logs_Attempt_$(System.JobAttempt)
328
328
path : artifacts/log/
329
329
publishOnError : true
330
330
includeForks : true
@@ -355,7 +355,7 @@ stages:
355
355
$(_InternalRuntimeDownloadArgs)
356
356
installNodeJs : false
357
357
artifacts :
358
- - name : Linux_arm_Logs
358
+ - name : Linux_arm_Logs_Attempt_$(System.JobAttempt)
359
359
path : artifacts/log/
360
360
publishOnError : true
361
361
includeForks : true
@@ -395,7 +395,7 @@ stages:
395
395
displayName : Build RPM installers
396
396
installNodeJs : false
397
397
artifacts :
398
- - name : Linux_arm64_Logs
398
+ - name : Linux_arm64_Logs_Attempt_$(System.JobAttempt)
399
399
path : artifacts/log/
400
400
publishOnError : true
401
401
includeForks : true
@@ -429,7 +429,7 @@ stages:
429
429
installNodeJs : false
430
430
disableComponentGovernance : true
431
431
artifacts :
432
- - name : Linux_musl_x64_Logs
432
+ - name : Linux_musl_x64_Logs_Attempt_$(System.JobAttempt)
433
433
path : artifacts/log/
434
434
publishOnError : true
435
435
includeForks : true
@@ -463,7 +463,7 @@ stages:
463
463
$(_InternalRuntimeDownloadArgs)
464
464
installNodeJs : false
465
465
artifacts :
466
- - name : Linux_musl_arm_Logs
466
+ - name : Linux_musl_arm_Logs_Attempt_$(System.JobAttempt)
467
467
path : artifacts/log/
468
468
publishOnError : true
469
469
includeForks : true
@@ -497,7 +497,7 @@ stages:
497
497
$(_InternalRuntimeDownloadArgs)
498
498
installNodeJs : false
499
499
artifacts :
500
- - name : Linux_musl_arm64_Logs
500
+ - name : Linux_musl_arm64_Logs_Attempt_$(System.JobAttempt)
501
501
path : artifacts/log/
502
502
publishOnError : true
503
503
includeForks : true
@@ -526,11 +526,11 @@ stages:
526
526
- powershell : " & ./src/Servers/IIS/tools/UpdateIISExpressCertificate.ps1; & ./src/Servers/IIS/tools/update_schema.ps1"
527
527
displayName : Setup IISExpress test certificates and schema
528
528
artifacts :
529
- - name : Windows_Test_Logs
529
+ - name : Windows_Test_Logs_Attempt_$(System.JobAttempt)
530
530
path : artifacts/log/
531
531
publishOnError : true
532
532
includeForks : true
533
- - name : Windows_Test_Results
533
+ - name : Windows_Test_Results_Attempt_$(System.JobAttempt)
534
534
path : artifacts/TestResults/
535
535
publishOnError : true
536
536
includeForks : true
@@ -547,11 +547,11 @@ stages:
547
547
- bash : " ./eng/scripts/install-nginx-mac.sh"
548
548
displayName : Installing Nginx
549
549
artifacts :
550
- - name : MacOS_Test_Logs
550
+ - name : MacOS_Test_Logs_Attempt_$(System.JobAttempt)
551
551
path : artifacts/log/
552
552
publishOnError : true
553
553
includeForks : true
554
- - name : MacOS_Test_Results
554
+ - name : MacOS_Test_Results_Attempt_$(System.JobAttempt)
555
555
path : artifacts/TestResults/
556
556
publishOnError : true
557
557
includeForks : true
@@ -570,11 +570,11 @@ stages:
570
570
- bash : " echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p"
571
571
displayName : Increase inotify limit
572
572
artifacts :
573
- - name : Linux_Test_Logs
573
+ - name : Linux_Test_Logs_Attempt_$(System.JobAttempt)
574
574
path : artifacts/log/
575
575
publishOnError : true
576
576
includeForks : true
577
- - name : Linux_Test_Results
577
+ - name : Linux_Test_Results_Attempt_$(System.JobAttempt)
578
578
path : artifacts/TestResults/
579
579
publishOnError : true
580
580
includeForks : true
@@ -601,7 +601,7 @@ stages:
601
601
SYSTEM_ACCESSTOKEN : $(System.AccessToken) # We need to set this env var to publish helix results to Azure Dev Ops
602
602
603
603
artifacts :
604
- - name : Helix_logs
604
+ - name : Helix_Logs_Attempt_$(System.JobAttempt)
605
605
path : artifacts/log/
606
606
publishOnError : true
607
607
includeForks : true
0 commit comments