We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4dfd1d commit 46ca14eCopy full SHA for 46ca14e
.github/workflows/dotnet.yml
@@ -17,10 +17,12 @@ jobs:
17
steps:
18
- uses: actions/checkout@v3
19
- name: Setup .NET
20
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
21
+ with:
22
+ dotnet-version: 9.0.x
23
- name: Restore dependencies
24
run: dotnet restore
25
- name: Build
26
run: dotnet build --no-restore
27
- name: Test
- run: dotnet test --no-build --verbosity normal
28
+ run: dotnet test --no-build --verbosity normal
0 commit comments