From 2e667eca58545ce882f63c1af34747db51e54573 Mon Sep 17 00:00:00 2001 From: revsic Date: Sun, 2 Jun 2019 18:14:50 +0900 Subject: [PATCH] azure: Add windows 2019 --- azure-pipelines.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b117762..fdd72ac 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,14 +2,14 @@ jobs: - template: script/azure-pipelines-template-mac.yml parameters: name: macOS - vmImage: macOS-10.13 + vmImage: macOS-10.14 - template: script/azure-pipelines-template-unix.yml parameters: name: Linux vmImage: ubuntu-16.04 -# - template: script/azure-pipelines-template-win.yml -# parameters: -# name: Windows -# vmImage: vs2017-win2016 +- template: script/azure-pipelines-template-win.yml + parameters: + name: Windows + vmImage: windows-2019