소스 검색

Added plural glob for test assemblies

Erwin de Haan 6 년 전
부모
커밋
654336990f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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