diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e3e193d..af6b378 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -30,6 +30,13 @@ steps: - task: VSTest@2 inputs: + testSelector: 'testAssemblies' + testAssemblyVer2: | + **\*test*.dll + **\*Test*\*.csproj + !**\*TestAdapter.dll + !**\obj\** + searchFolder: '$(System.DefaultWorkingDirectory)' platform: '$(buildPlatform)' configuration: '$(buildConfiguration)'