From 968ebc451a57b061457bfb7170d875de2aad5d1e Mon Sep 17 00:00:00 2001 From: milek7 Date: Wed, 30 Mar 2022 01:15:23 +0200 Subject: [PATCH] update to windows-2019 on azure --- azure-pipelines.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5c72b6d2..d5621686 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -134,8 +134,8 @@ jobs: - job: windows_x64 pool: - vmImage: 'vs2017-win2016' - displayName: 'Windows VS2017 x86-64' + vmImage: 'windows-2019' + displayName: 'Windows VS2019 x86-64' steps: - script: | cd ref @@ -165,8 +165,8 @@ jobs: - job: windows_x64_dbg pool: - vmImage: 'vs2017-win2016' - displayName: 'Windows VS2017 Debug' + vmImage: 'windows-2019' + displayName: 'Windows VS2019 Debug' steps: - script: | cd ref @@ -181,8 +181,8 @@ jobs: - job: windows_x32 pool: - vmImage: 'vs2017-win2016' - displayName: 'Windows VS2017 x86' + vmImage: 'windows-2019' + displayName: 'Windows VS2019 x86' steps: - script: | cd ref