Skip to content

Commit 4b51c2a

Browse files
committed
fix
1 parent a6cd102 commit 4b51c2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/testing/test/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ runs:
6666
name: 'Set CODE_COVERAGE_ARGS environment variable'
6767
shell: bash
6868
run: |
69-
echo "CODE_COVERAGE_ARGS=--collect:"XPlat Code Coverage"" >> $GITHUB_ENV
69+
echo "CODE_COVERAGE_ARGS=--collect:'XPlat Code Coverage'" >> $GITHUB_ENV
7070
7171
- if: ${{ inputs.collect-code-coverage == 'true' && inputs.code-coverage-settings-file != ''}}
7272
name: 'Set CODE_COVERAGE_ARGS environment variable'
@@ -78,7 +78,7 @@ runs:
7878
name: 'Set CODE_COVERAGE_ARGS environment variable'
7979
shell: bash
8080
run: |
81-
echo "CODE_COVERAGE_ARGS=${{ env.CODE_COVERAGE_ARGS }} -- /p:CoverletOutputFormat=${{ inputs.code-coverage-output-format}}" >> $GITHUB_ENV
81+
echo "CODE_COVERAGE_ARGS=${{ env.CODE_COVERAGE_ARGS }} --property:CoverletOutputFormat=${{ inputs.code-coverage-output-format}}" >> $GITHUB_ENV
8282
8383
- name: 'Test with .NET CLI'
8484
shell: bash

0 commit comments

Comments
 (0)