From c064ea6e3b134c964d95d604a77fedd0f158e567 Mon Sep 17 00:00:00 2001 From: duncanp-sonar Date: Tue, 6 Jun 2023 07:28:34 +0100 Subject: [PATCH] Fix CI test failures caused by MSTest v17.6 Fixes #4282 --- pipeline/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/azure-pipelines.yml b/pipeline/azure-pipelines.yml index 97f7aab730..ba6887b392 100644 --- a/pipeline/azure-pipelines.yml +++ b/pipeline/azure-pipelines.yml @@ -267,7 +267,7 @@ jobs: displayName: VsTest - testAssemblies inputs: testAssemblyVer2: | - **\$(BuildConfiguration)\**\*test*.dll + **\bin\**\$(BuildConfiguration)\**\sonar*.*tests.dll !**\obj\** runInParallel: false runTestsInIsolation: false