Browse Source

Added plural glob for test assemblies

Erwin de Haan 5 years ago
parent
commit
654336990f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .ci/azure-pipelines.yml

+ 1 - 0
.ci/azure-pipelines.yml

@@ -136,6 +136,7 @@ jobs:
       inputs:
       inputs:
         testSelector: 'testAssemblies' # Options: testAssemblies, testPlan, testRun
         testSelector: 'testAssemblies' # Options: testAssemblies, testPlan, testRun
         testAssemblyVer2: | # Required when testSelector == TestAssemblies
         testAssemblyVer2: | # Required when testSelector == TestAssemblies
+          **\bin\$(BuildConfiguration)\**\*tests.dll
           **\bin\$(BuildConfiguration)\**\*test.dll
           **\bin\$(BuildConfiguration)\**\*test.dll
           !**\obj\**
           !**\obj\**
           !**\xunit.runner.visualstudio.testadapter.dll
           !**\xunit.runner.visualstudio.testadapter.dll