From 18bbb8b3e7a6aec1fcc8cbe2daba3bed599dadcf Mon Sep 17 00:00:00 2001 From: Zeegaan Date: Thu, 24 Oct 2024 08:42:47 +0200 Subject: [PATCH] Swap to windows vm for build --- build/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 8468682ed83f..4bc08248d328 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -71,7 +71,7 @@ stages: - job: A displayName: Build Umbraco CMS pool: - vmImage: 'ubuntu-latest' + vmImage: 'windows-latest' steps: - checkout: self submodules: true