From 41c5ea668c2de6a7352c14cef89a956ee39685e3 Mon Sep 17 00:00:00 2001 From: Kazuki Ota Date: Mon, 8 Apr 2019 19:57:57 +0900 Subject: [PATCH] update vmimage --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5b1d9b12..bf236a38 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ trigger: - master pool: - vmImage: 'VS2017-Win2016' + vmImage: 'windows-2019' variables: solution: '**/*.sln'