Skip to content

Commit 722dbfb

Browse files
committed
Issue-223 - Setup dotnet-9 for tests
1 parent d192c06 commit 722dbfb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
- name: Checkout code
2626
uses: actions/checkout@v4
2727

28+
- uses: actions/setup-dotnet@v4
29+
with:
30+
dotnet-version: '9.0.100'
31+
2832
- name: Run DotNet Tests
2933
run: |
3034
dotnet test --collect:"XPlat Code Coverage"

0 commit comments

Comments
 (0)