From 631a2a54936e0706213e8994a58877a9c59051cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Bourgault?= Date: Tue, 17 Nov 2020 14:37:52 +0100 Subject: [PATCH] refined tests location in azure pipeline --- azure-pipelines.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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)'