From fd16d3308dc9941b0cede48203f778ec90f577df Mon Sep 17 00:00:00 2001 From: Stefan Kert <stefan.kert@sbg.at> Date: Fri, 22 Mar 2019 07:39:37 +0100 Subject: [PATCH] Try to run on localmachine --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b5376013..c62f90ee 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,7 +9,7 @@ pr: - master pool: - vmImage: 'VS2017-Win2016' + name: 'Local' variables: BuildPlatform: 'Any CPU'