Skip to content

Commit 9f7d5d5

Browse files
GitHub Action updated to include detailed output.
1 parent 2824851 commit 9f7d5d5

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,8 @@ jobs:
2929
- name: Build
3030
run: dotnet build --no-restore
3131
- name: Test (.NET 8.0)
32-
run: dotnet test --no-build --framework net8.0 \
33-
--logger "console;verbosity=detailed"
32+
run: dotnet test --no-build --framework net8.0 --verbosity detailed --output detailed
3433
- name: Test (.NET 9.0)
35-
run: dotnet test --no-build --framework net9.0 \
36-
--logger "console;verbosity=detailed"
34+
run: dotnet test --no-build --framework net9.0 --verbosity detailed --output detailed
3735
- name: Test (.NET 10.0)
38-
run: dotnet test --no-build --framework net10.0 \
39-
--logger "console;verbosity=detailed"
36+
run: dotnet test --no-build --framework net10.0 --verbosity detailed --output detailed

0 commit comments

Comments
 (0)