File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Learn more: https://aka.ms/yaml
2
2
variables :
3
- VSINSTALLDIR : C:\Program Files (x86)\Microsoft Visual Studio\2017 \Enterprise\
3
+ VSINSTALLDIR : C:\Program Files (x86)\Microsoft Visual Studio\2019 \Enterprise\
4
4
5
5
jobs :
6
6
- job : Windows_DMD_bootstrap
7
7
timeoutInMinutes : 60
8
8
pool :
9
- vmImage : ' vs2017-win2016 '
9
+ vmImage : ' windows-2019 '
10
10
variables :
11
11
D_COMPILER : dmd
12
12
HOST_DMD_VERSION : 2.079.0
26
26
- job : Windows_DMD_latest
27
27
timeoutInMinutes : 60
28
28
pool :
29
- vmImage : ' vs2017-win2016 '
29
+ vmImage : ' windows-2019 '
30
30
variables :
31
31
D_COMPILER : dmd
32
32
HOST_DMD_VERSION : LATEST
47
47
- job : Windows_Coverage
48
48
timeoutInMinutes : 60
49
49
pool :
50
- vmImage : ' vs2017-win2016 '
50
+ vmImage : ' windows-2019 '
51
51
variables :
52
52
D_COMPILER : dmd
53
53
HOST_DMD_VERSION : LATEST
71
71
- job : Windows_VisualD_LDC
72
72
timeoutInMinutes : 60
73
73
pool :
74
- vmImage : ' vs2017-win2016 '
74
+ vmImage : ' windows-2019 '
75
75
variables :
76
76
D_COMPILER : ldc
77
77
VISUALD_VER : v0.49.0
You can’t perform that action at this time.
0 commit comments