Skip to content

Commit df9e798

Browse files
committed
[dotnet] install the target test framework incase it is different
1 parent d422f30 commit df9e798

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/ci/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ runs:
2222
- name: Setup dotnet build tools
2323
uses: actions/setup-dotnet@v4
2424
with:
25-
dotnet-version: 8.0
25+
dotnet-version: |
26+
8.0
27+
${{ inputs.target_test_framework }}
2628
2729
- name: Copy global.json in place
2830
shell: bash

0 commit comments

Comments
 (0)