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 8b69094 commit aea7bf2Copy full SHA for aea7bf2
.github/workflows/gate.yml
@@ -95,7 +95,7 @@ jobs:
95
- name: Test
96
run: |
97
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 }}"
98
- shell: bash
+ shell: gitbash
99
100
- name: Upload test results
101
uses: actions/upload-artifact@v4
0 commit comments