From a4734d488a96a6bebbd66ad3dc77a679c1c38651 Mon Sep 17 00:00:00 2001 From: yekongxiaogang <39783689+yekongxiaogang@users.noreply.github.com> Date: Thu, 12 May 2022 17:59:34 +0800 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1671a496..0daedd8b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,7 +5,8 @@ trigger: jobs: - job: Windows pool: - vmImage: 'vs2017-win2019' + vmImage: 'windows-latest' + name: Hosted VS2017 steps: - script: |