CI: Use VS 2019 and windows-2019 VM image

This commit is contained in:
jpark37
2019-11-28 01:47:42 -08:00
committed by jp9000
parent d4ca08c4c7
commit ab53f31eb5
2 changed files with 6 additions and 6 deletions

View File

@@ -62,7 +62,7 @@ jobs:
variables:
prHasCILabel: $[ dependencies.Prebuild.outputs['checkPrLabel.prHasCILabel'] ]
pool:
vmImage: 'vs2017-win2016'
vmImage: 'windows-2019'
steps:
- script: git submodule update --init --recursive
displayName: 'Checkout Submodules'
@@ -89,7 +89,7 @@ jobs:
variables:
prHasCILabel: $[ dependencies.Prebuild.outputs['checkPrLabel.prHasCILabel'] ]
pool:
vmImage: 'vs2017-win2016'
vmImage: 'windows-2019'
steps:
- script: git submodule update --init --recursive
displayName: 'Checkout Submodules'