From ac40cdc84a8f048e47141077cb118db61400049a Mon Sep 17 00:00:00 2001 From: shueybubbles Date: Sun, 2 Aug 2020 17:16:25 -0400 Subject: [PATCH] require vs2019 for code coverage --- azure-pipelines/integrationtests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines/integrationtests.yml b/azure-pipelines/integrationtests.yml index e2dbcac1..5970d380 100644 --- a/azure-pipelines/integrationtests.yml +++ b/azure-pipelines/integrationtests.yml @@ -1,5 +1,7 @@ pool: name: SqlToolsTestAgentPool + demands: VisualStudio_16.0 + steps: - task: DownloadSecureFile@1 displayName: 'Download secure file'