diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2020-01-09 17:27:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-09 17:27:48 +0100 |
| commit | 6792fa111ec8bed026a2c30afe2dc39ca2b02245 (patch) | |
| tree | 3785dab334c31ae4bc642c7bd1f54c53583d89e7 | |
| parent | 1ea613a9bd4fd5d1fa4cb556fe238ecd4720e1e0 (diff) | |
Fix the test selection glob.
| -rw-r--r-- | .ci/azure-pipelines.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index 6cedf32fd..4905a6fdb 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -137,7 +137,7 @@ jobs: inputs: testSelector: 'testAssemblies' # Options: testAssemblies, testPlan, testRun testAssemblyVer2: | # Required when testSelector == TestAssemblies - **\bin\$(BuildConfiguration)\**\*test*.dll + **\bin\$(BuildConfiguration)\**\*test.dll !**\obj\** !**\xunit.runner.visualstudio.testadapter.dll !**\xunit.runner.visualstudio.dotnetcore.testadapter.dll @@ -147,6 +147,7 @@ jobs: codeCoverageEnabled: True # Optional configuration: 'Debug' # Optional publishRunAttachments: true # Optional + testRunTitle: $(Agent.JobName) otherConsoleOptions: '/platform:x64 /Framework:.NETCoreApp,Version=v3.1 /logger:console;verbosity="normal" ' - job: main_build_win |
