diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index ea4d5ebb..03c50cb7 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -44,6 +44,9 @@ steps:
     testFiltercriteria: 'TestCategory!=ListValidation'
     runInParallel: true
     otherConsoleOptions: /Framework:netcoreapp3.1
+    testAssemblyVer2: |
+      **\*.Test.dll
+
 - task: DownloadSecureFile@1
   inputs:
     secureFile: 'CertFile.p12'