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 ec442b3 commit c76d879Copy full SHA for c76d879
.github/workflows/validate-build.yml
@@ -44,15 +44,6 @@ jobs:
44
- name: Test
45
run: dotnet test $solution --configuration $config --no-build --verbosity normal
46
47
- - name: Test Report
48
- uses: dorny/test-reporter@v1
49
- if: success() || failure()
50
- with:
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
58
0 commit comments