Skip to content

Commit

Permalink
Fix 22958 - Bump azure image to windows-2019
Browse files Browse the repository at this point in the history
The current image `vs2017-win16` is due for removal.
  • Loading branch information
MoonlightSentinel committed Mar 29, 2022
1 parent b41fe75 commit fea0b32
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
timeoutInMinutes: 120
condition: true
pool:
vmImage: 'vs2017-win2016'
vmImage: 'windows-2019'
variables:
VSINSTALLDIR: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\
# NB: update windows/build_lld.sha256sums as well
Expand All @@ -20,7 +20,7 @@ jobs:
timeoutInMinutes: 120
condition: true
pool:
vmImage: 'vs2017-win2016'
vmImage: 'windows-2019'
variables:
VSINSTALLDIR: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\
# NB: update windows/build_lld.sha256sums as well
Expand All @@ -33,7 +33,7 @@ jobs:
timeoutInMinutes: 120
condition: true
pool:
vmImage: 'vs2017-win2016'
vmImage: 'windows-2019'
variables:
VSINSTALLDIR: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\
# NB: update windows/build_mingw.sha256sums as well
Expand All @@ -46,7 +46,7 @@ jobs:
timeoutInMinutes: 120
condition: true
pool:
vmImage: 'vs2017-win2016'
vmImage: 'windows-2019'
variables:
VSINSTALLDIR: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\
# NB: update windows/build_curl.sha256sums as well
Expand All @@ -68,7 +68,7 @@ jobs:
dependsOn: Build_Docs
timeoutInMinutes: 120
pool:
vmImage: 'vs2017-win2016'
vmImage: 'windows-2019'
variables:
LDC_VSDIR: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\
HOST_LDC_VERSION: 1.23.0
Expand Down

0 comments on commit fea0b32

Please sign in to comment.