From adf1464cf225ad55fa49535448d72d8c5aac88e8 Mon Sep 17 00:00:00 2001 From: Dor Blayzer <59066376+Dor-bl@users.noreply.github.com> Date: Sun, 11 Sep 2022 00:35:12 +0300 Subject: [PATCH] fix: Update azure-pipelines.yml Update vmImage to window's latest --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 204179cd2..23dae5ddf 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ trigger: - master pool: - vmImage: 'VS2017-Win2016' + vmImage: 'windows-latest' variables: solution: '**/*.sln'