Added plural glob for test assemblies

This commit is contained in:
Erwin de Haan
2020-01-09 17:31:44 +01:00
committed by GitHub
parent d328fc51cf
commit 654336990f

View File

@@ -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