From 10036b148c608086b2640ff52d19e252bc45a92b Mon Sep 17 00:00:00 2001 From: theClueless <14300910+theClueless@users.noreply.github.com> Date: Sun, 12 Jan 2020 12:50:03 +0200 Subject: [PATCH] Update azure-pipelines.yml updated to work on both dev and master and update pool to work --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6a9684e79e..32aa5f677f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,9 +5,10 @@ trigger: - master +- dev pool: - vmImage: 'windows-latest' + vmImage: 'vs2017-win2016' #'windows-latest' variables: solution: '**/*.sln'