aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2020-01-09 17:31:44 +0100
committerGitHub <noreply@github.com>2020-01-09 17:31:44 +0100
commit654336990f8109c12ce1383d94dcdc84e7a3c5b6 (patch)
treec9b207285c73013149213b36f2d56936ea6c9806
parentd328fc51cf72a2231b8b16d68c416214e12ed093 (diff)
Added plural glob for test assemblies
-rw-r--r--.ci/azure-pipelines.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml
index b69195fcc..3adc6f85c 100644
--- a/.ci/azure-pipelines.yml
+++ b/.ci/azure-pipelines.yml
@@ -136,6 +136,7 @@ jobs:
inputs:
testSelector: 'testAssemblies' # Options: testAssemblies, testPlan, testRun
testAssemblyVer2: | # Required when testSelector == TestAssemblies
+ **\bin\$(BuildConfiguration)\**\*tests.dll
**\bin\$(BuildConfiguration)\**\*test.dll
!**\obj\**
!**\xunit.runner.visualstudio.testadapter.dll