From b29d7d2c8d08dcc89d9cbf290f854678e8219f45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Breitbart?= Date: Mon, 1 Nov 2021 18:39:48 +0100 Subject: [PATCH] update to windows-2019 on azure --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b66c301e..f4c9d7c9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -59,7 +59,7 @@ jobs: - job: Windows pool: - vmImage: 'vs2017-win2016' + vmImage: 'windows-2019' steps: - task: NodeTool@0 inputs: @@ -124,7 +124,7 @@ jobs: - job: Windows_IntegrationTests pool: - vmImage: 'vs2017-win2016' + vmImage: 'windows-2019' steps: - task: NodeTool@0 inputs: