Skip to content

Commit 42a0ae3

Browse files
committed
fix job name
1 parent 0ec15c5 commit 42a0ae3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines-PR.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,10 +530,10 @@ stages:
530530
condition: failed()
531531

532532
# Windows With Compressed Metadata testVs
533-
- job: WindowsCompressedMetadata
533+
- job: WindowsCompressedMetadata_testVs
534534
variables:
535535
- name: XUNIT_LOGS
536-
value: $(Build.SourcesDirectory)\artifacts\TestResults\$(_configuration)
536+
value: $(Build.SourcesDirectory)\artifacts\TestResults\Release
537537
- name: __VSNeverShowWhatsNew
538538
value: 1
539539
pool:

0 commit comments

Comments
 (0)