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 be98e5b commit 8b69094Copy full SHA for 8b69094
.github/workflows/gate.yml
@@ -94,9 +94,7 @@ jobs:
94
95
- name: Test
96
run: |
97
- dotnet test --no-restore --verbosity normal -f ${{ matrix.framework }} \
98
- ${{ matrix.coverage && '/p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov' || '' }} \
99
- --logger "trx;LogFileName=${{ matrix.results }}"
+ dotnet test --no-restore --verbosity normal -f ${{ matrix.framework }} ${{ matrix.coverage && '/p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov' || '' }} --logger "trx;LogFileName=${{ matrix.results }}"
100
shell: bash
101
102
- name: Upload test results
0 commit comments