From 026f6eb35e66f52611fb911182037da770aa7fea Mon Sep 17 00:00:00 2001 From: Mikhail Koliada Date: Wed, 22 Dec 2021 14:34:13 +0300 Subject: [PATCH] Migrate windows pipelines to windows-2019 --- azure-pipelines/build-python-packages.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines/build-python-packages.yml b/azure-pipelines/build-python-packages.yml index ecf2caa..1257753 100644 --- a/azure-pipelines/build-python-packages.yml +++ b/azure-pipelines/build-python-packages.yml @@ -63,7 +63,7 @@ stages: - stage: Build_Python_X64_Windows dependsOn: [] variables: - VmImage: 'vs2017-win2016' + VmImage: 'windows-2019' Platform: win32 Architecture: x64 jobs: @@ -73,7 +73,7 @@ stages: condition: succeeded() dependsOn: Build_Python_X64_Windows variables: - VmImage: 'vs2017-win2016' + VmImage: 'windows-2019' Platform: win32 Architecture: x64 jobs: @@ -82,7 +82,7 @@ stages: - stage: Build_Python_x86_Windows dependsOn: [] variables: - VmImage: 'vs2017-win2016' + VmImage: 'windows-2019' Platform: win32 Architecture: x86 jobs: @@ -92,7 +92,7 @@ stages: condition: succeeded() dependsOn: Build_Python_x86_Windows variables: - VmImage: 'vs2017-win2016' + VmImage: 'windows-2019' Platform: win32 Architecture: x86 jobs: