From 6af20a283dcc45563d17e46fef038b5f57b5d2fe Mon Sep 17 00:00:00 2001 From: Timothy Baldridge Date: Mon, 27 Jan 2020 21:58:31 -0700 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) 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'