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 b8784e7 commit eaf2ff8Copy full SHA for eaf2ff8
.github/workflows/ci-build.yml
@@ -64,7 +64,7 @@ jobs:
64
65
# Run tests
66
- name: Test solution
67
- run: dotnet test --no-build -c ${{matrix.configuration}} -l "console;verbosity=detailed"
+ run: dotnet test --no-build -c ${{matrix.configuration}}
68
69
# Pack solution
70
- name: Pack solution
0 commit comments