From d3aeb6253bb008d5a1aaf4b584423c782f4a7f3b Mon Sep 17 00:00:00 2001 From: daan Date: Sat, 5 Sep 2020 22:22:37 -0700 Subject: [PATCH] fix vs2017 pipeline vmimage --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5a9f6df..961fd34 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,7 +12,7 @@ jobs: displayName: Windows-2017 pool: vmImage: - windows-2017 + vs2017-win2016 strategy: matrix: Debug: @@ -82,7 +82,7 @@ jobs: displayName: Linux pool: vmImage: - ubuntu-16.04 + ubuntu-18.04 strategy: matrix: Debug: