From 8e41a997b6bfa194b488f3261d14aa20f8541999 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 7 Feb 2020 03:31:20 +0100 Subject: [PATCH] let's try building on windows --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7b4aaa74..2c68ab32 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ trigger: - master pool: - vmImage: 'ubuntu-latest' + vmImage: 'windows-latest' variables: GRADLE_USER_HOME: $(Pipeline.Workspace)/.gradle