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 2824851 commit 9f7d5d5Copy full SHA for 9f7d5d5
.github/workflows/dotnet.yml
@@ -29,11 +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 \
33
- --logger "console;verbosity=detailed"
+ run: dotnet test --no-build --framework net8.0 --verbosity detailed --output detailed
34
- name: Test (.NET 9.0)
35
- run: dotnet test --no-build --framework net9.0 \
36
+ run: dotnet test --no-build --framework net9.0 --verbosity detailed --output detailed
37
- name: Test (.NET 10.0)
38
- run: dotnet test --no-build --framework net10.0 \
39
+ run: dotnet test --no-build --framework net10.0 --verbosity detailed --output detailed
0 commit comments