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 2a1a996
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .azure-pipelines/mono.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ parameters:
configuration: Debug
testDisplayName: xunit.console.exe *.Tests.dll
testCommand: "mono xunit.runner.console.*/tools/net461/xunit.console.exe"
testArguments: -verbose

steps:

Expand Down Expand Up @@ -30,7 +31,8 @@ steps:
inputs:
script: |
${{ parameters.testCommand }} \
"$(pwd)"/*.Tests/bin/${{ parameters.configuration }}/net*/*.Tests.dll
"$(pwd)"/*.Tests/bin/${{ parameters.configuration }}/net*/*.Tests.dll \
${{ parameters.testArguments }}
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
@@ -1,5 +1,6 @@
parameters:
configuration: Debug
testArguments: -verbose

steps:

Expand Down
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
testDisplayName: StandaloneOSX *.Tests.dll
testCommand: |-
/tmp/StandaloneOSX.app/Contents/MacOS/StandaloneOSX
testArguments: ""
timeoutInMinutes: 30

- job: Linux_NETCore
Expand Down

0 comments on commit 2a1a996

Please sign in to comment.