From 2338a2897d430ff120b7c6db34dfbaa50b516418 Mon Sep 17 00:00:00 2001 From: Sadick Date: Tue, 27 Sep 2022 10:07:12 +0300 Subject: [PATCH] upgrade to window-2019 (#25633) --- script/vsts/platforms/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/vsts/platforms/windows.yml b/script/vsts/platforms/windows.yml index 0e422c92ce1..b8dc32b6972 100644 --- a/script/vsts/platforms/windows.yml +++ b/script/vsts/platforms/windows.yml @@ -14,7 +14,7 @@ jobs: RunCoreMainTests: true pool: - vmImage: vs2017-win2016 + vmImage: windows-2019 variables: AppName: $[ dependencies.GetReleaseVersion.outputs['Version.AppName'] ]