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 344e974 commit 3ba1704Copy full SHA for 3ba1704
.github/workflows/dotnet.yml
@@ -29,8 +29,8 @@ jobs:
29
- name: Build
30
run: dotnet build --no-restore
31
- name: Test (.NET 8.0)
32
- run: dotnet test --no-build --framework net8.0 --verbosity quiet
+ run: dotnet test --no-build --framework net8.0
33
- name: Test (.NET 9.0)
34
- run: dotnet test --no-build --framework net9.0 --verbosity quiet
+ run: dotnet test --no-build --framework net9.0
35
- name: Test (.NET 10.0)
36
- run: dotnet test --no-build --framework net10.0 --verbosity quiet
+ run: dotnet test --no-build --framework net10.0
0 commit comments