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 9f7d5d5 commit 96a24d0Copy full SHA for 96a24d0
.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 detailed --output detailed
+ run: dotnet test --no-build --output Normal --no-progress --framework net8.0
33
- name: Test (.NET 9.0)
34
- run: dotnet test --no-build --framework net9.0 --verbosity detailed --output detailed
+ run: dotnet test --no-build --output Normal --no-progress --framework net9.0
35
- name: Test (.NET 10.0)
36
- run: dotnet test --no-build --framework net10.0 --verbosity detailed --output detailed
+ run: dotnet test --no-build --output Normal --no-progress --framework net10.0
0 commit comments