From bbcb0a13a5b2396a7d821b7f8db3ad560aa3f87d Mon Sep 17 00:00:00 2001 From: Timothy Baldridge Date: Sat, 25 Jan 2020 22:07:18 -0700 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3aec757b..ea4d5ebb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -43,6 +43,7 @@ steps: configuration: '$(buildConfiguration)' testFiltercriteria: 'TestCategory!=ListValidation' runInParallel: true + otherConsoleOptions: /Framework:netcoreapp3.1 - task: DownloadSecureFile@1 inputs: secureFile: 'CertFile.p12'