Ver Fonte

Added plural glob for test assemblies

Erwin de Haan há 5 anos atrás
pai
commit
654336990f
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      .ci/azure-pipelines.yml

+ 1 - 0
.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