From c5c4b96bbfacec55f5cd3af7116194006ff4e765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Tue, 9 Aug 2022 16:48:27 +0200 Subject: [PATCH] Bump vmImage to windows-2019 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5d30d655..eb0d8007 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,7 +19,7 @@ jobs: - job: Initialization pool: - vmImage: 'vs2017-win2016' + vmImage: 'windows-2019' steps: - template: azure-pipelines-build-number.yml