Skip to content

Commit

Permalink
Fixes bad test invocation for azure CI
Browse files Browse the repository at this point in the history
Work done for #196
  • Loading branch information
atruskie committed Mar 10, 2020
1 parent 103ad4d commit b1bca4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/azure-pipelines-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ jobs:
- task: DotNetCoreCLI@2
inputs:
command: test
noBuild: true
nobuild: true
publishTestResults: true
projects: tests/Acoustics.Test/Acoustics.Test.csproj
arguments: >
--runtime $(rid)
--configuration $(configuration)
--settings test/Acoustics.Test/.runsettings
--settings tests/Acoustics.Test/.runsettings
--logger trx
--collect:"XPlat Code Coverage"
-- RunConfiguration.DisableAppDomain=true
Expand Down

0 comments on commit b1bca4a

Please sign in to comment.