From 62cf104ddd07a570fbf189f565e9fcc814587840 Mon Sep 17 00:00:00 2001 From: MoonlightSentinel Date: Fri, 31 Dec 2021 13:19:44 +0100 Subject: [PATCH] Azure: Replace deprecated vs2017-win2016 image with windows-2019 See https://devblogs.microsoft.com/devops/hosted-pipelines-image-deprecation/#windows --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4602bf20655..86bc956825d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,13 +2,13 @@ variables: DMD_BRANCH: $[ coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranchName'], 'master') ] - VSINSTALLDIR: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\ + VSINSTALLDIR: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\ jobs: - job: Windows timeoutInMinutes: 60 pool: - vmImage: 'vs2017-win2016' + vmImage: 'windows-2019' variables: D_COMPILER: dmd HOST_DMD_VERSION: LATEST @@ -44,7 +44,7 @@ jobs: - job: Windows_VisualD timeoutInMinutes: 60 pool: - vmImage: 'vs2017-win2016' + vmImage: 'windows-2019' variables: D_COMPILER: ldc VISUALD_VER: v0.49.0