Skip to content

Commit 981b486

Browse files
MoonlightSentinelGeod24
authored andcommitted
Azure: Replace deprecated vs2017-win2016 image with windows-2019
See https://devblogs.microsoft.com/devops/hosted-pipelines-image-deprecation/#windows
1 parent 6e4598f commit 981b486

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

azure-pipelines.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Learn more: https://aka.ms/yaml
22
variables:
3-
VSINSTALLDIR: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\
3+
VSINSTALLDIR: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\
44

55
jobs:
66
- job: Windows_DMD_bootstrap
77
timeoutInMinutes: 60
88
pool:
9-
vmImage: 'vs2017-win2016'
9+
vmImage: 'windows-2019'
1010
variables:
1111
D_COMPILER: dmd
1212
HOST_DMD_VERSION: 2.079.0
@@ -26,7 +26,7 @@ jobs:
2626
- job: Windows_DMD_latest
2727
timeoutInMinutes: 60
2828
pool:
29-
vmImage: 'vs2017-win2016'
29+
vmImage: 'windows-2019'
3030
variables:
3131
D_COMPILER: dmd
3232
HOST_DMD_VERSION: LATEST
@@ -47,7 +47,7 @@ jobs:
4747
- job: Windows_Coverage
4848
timeoutInMinutes: 60
4949
pool:
50-
vmImage: 'vs2017-win2016'
50+
vmImage: 'windows-2019'
5151
variables:
5252
D_COMPILER: dmd
5353
HOST_DMD_VERSION: LATEST
@@ -71,7 +71,7 @@ jobs:
7171
- job: Windows_VisualD_LDC
7272
timeoutInMinutes: 60
7373
pool:
74-
vmImage: 'vs2017-win2016'
74+
vmImage: 'windows-2019'
7575
variables:
7676
D_COMPILER: ldc
7777
VISUALD_VER: v0.49.0

0 commit comments

Comments
 (0)