Skip to content

Commit

Permalink
Fix dotnet-test-job.yml (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfs committed Apr 29, 2022
1 parent deef493 commit 8cb19ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Pipelines/templates/dotnet-test-job.yml
Expand Up @@ -34,5 +34,5 @@ jobs:
inputs:
command: 'test'
projects: ${{ parameters.projectPath }}
arguments: "--collect "Code coverage"
publishTestResults: true
arguments: '-f net6.0 --collect "Code coverage"'
publishTestResults: true

0 comments on commit 8cb19ef

Please sign in to comment.