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 adc3d83 commit 0ded306Copy full SHA for 0ded306
.github/workflows/ci.yml
@@ -54,14 +54,14 @@ jobs:
54
--logger "trx;LogFileName=test-results.trx" --results-directory ./artifacts/testResults
55
continue-on-error: true
56
57
- - name: Test Report
58
- uses: dorny/test-reporter@v1
59
- if: always()
60
- with:
61
- name: DotNET Tests
62
- path: "./artifacts/testResults/test-results.trx"
63
- reporter: dotnet-trx
64
- fail-on-error: true
+ # - name: Test Report
+ # uses: dorny/test-reporter@v1
+ # if: always()
+ # with:
+ # name: DotNET Tests
+ # path: "./artifacts/testResults/test-results.trx"
+ # reporter: dotnet-trx
+ # fail-on-error: true
65
66
- name: Pack NuGet
67
run: dotnet pack
0 commit comments