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 388e327 commit ec442b3Copy full SHA for ec442b3
.github/workflows/validate-build.yml
@@ -51,6 +51,7 @@ jobs:
51
name: UnitTests
52
path: out/log/test_results/**/*.trx
53
reporter: dotnet-trx
54
+ only-summary: true
55
56
- name: Pack
57
run: dotnet pack $solution --configuration $config --no-build
0 commit comments