Skip to content

Commit

Permalink
Increase test verbosity to debug test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
loic-sharma committed Jul 23, 2020
1 parent 9c16b00 commit 73fd8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/pipelines/ci-official.yml
Expand Up @@ -72,7 +72,7 @@ jobs:
inputs:
command: test
projects: '**/*Tests/*.csproj'
arguments: '--configuration $(BuildConfiguration) --collect:"XPlat Code Coverage"'
arguments: '--configuration $(BuildConfiguration) --collect:"XPlat Code Coverage" --verbosity detailed'

- task: DotNetCoreCLI@2
inputs:
Expand Down

0 comments on commit 73fd8d5

Please sign in to comment.