Skip to content

Commit

Permalink
Make xunit.console.exe to show progress
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Aug 29, 2019
1 parent 3dc86f9 commit 4950935
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .azure-pipelines/mono.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ steps:
inputs:
script: |
${{ parameters.testCommand }} \
"$(pwd)"/*.Tests/bin/${{ parameters.configuration }}/net*/*.Tests.dll
"$(pwd)"/*.Tests/bin/${{ parameters.configuration }}/net*/*.Tests.dll \
-verbose
env:
TURN_SERVER_URL: ${{ parameters.turnServerUrl }}
timeoutInMinutes: 10
1 change: 1 addition & 0 deletions .azure-pipelines/windows-net461.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ steps:
${{ parameters.testPrefix }} \
xunit.runner.console.*/tools/net461/xunit.console.exe \
*.Tests/bin/$(configuration)/net*/*.Tests.dll \
-verbose \
${{ parameters.testArguments }}
env:
TURN_SERVER_URL: ${{ parameters.turnServerUrl }}
Expand Down

0 comments on commit 4950935

Please sign in to comment.