diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2e9835fc7..e9bae6f0b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -35,12 +35,12 @@ strategy: iOS: imageName: 'macos-latest' BUILD_TARGET: 'iOS' - Windows-v141-amd64: - imageName: 'vs2017-win2016' + Windows-v142-amd64: + imageName: 'windows-2019' BUILD_TARGET: 'Windows' BUILD_TOOLCHAIN: 'amd64' - Windows-v141-x86: - imageName: 'vs2017-win2016' + Windows-v142-x86: + imageName: 'windows-2019' BUILD_TARGET: 'Windows' BUILD_TOOLCHAIN: 'amd64_x86'