Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit a499111

Browse files
MoonlightSentineldlang-bot
authored andcommitted
Azure: Replace deprecated vs2017-win2016 image with windows-2019
See devblogs.microsoft.com/devops/hosted-pipelines-image-deprecation/#windows
1 parent 531e2b7 commit a499111

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Learn more: https://aka.ms/yaml
22

33
variables:
4-
VSINSTALLDIR: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\
4+
VSINSTALLDIR: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\
55

66
jobs:
77
- job: Windows
88
timeoutInMinutes: 60
99
pool:
10-
vmImage: 'vs2017-win2016'
10+
vmImage: 'windows-2019'
1111
variables:
1212
D_COMPILER: dmd
1313
HOST_DMD_VERSION: LATEST
@@ -59,7 +59,7 @@ jobs:
5959
- job: Windows_VisualD
6060
timeoutInMinutes: 60
6161
pool:
62-
vmImage: 'vs2017-win2016'
62+
vmImage: 'windows-2019'
6363
variables:
6464
D_COMPILER: ldc
6565
VISUALD_VER: v0.49.0

0 commit comments

Comments
 (0)