Skip to content

Commit

Permalink
Convert to name
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp committed Mar 18, 2024
1 parent ec0555c commit 8436776
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ extends:
TargetDirectory: '${{ coalesce(parameters.PackageDirectory, parameters.ToolDirectory) }}'

- ${{ each test in parameters.TestMatrix }}:
- job: Test_${{ test }}
- job: Test_${{ test.name }}

pool:
${{ if eq(test.os, 'macOS') }}:
Expand Down

0 comments on commit 8436776

Please sign in to comment.