From 1e0889075be68662b4dd5c1fbdcd1714dd348842 Mon Sep 17 00:00:00 2001 From: Mdumisi Kelvin Letsie Date: Mon, 26 Feb 2024 14:31:18 +0200 Subject: [PATCH] Changed agent pool to windows latest --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f4ad3e870..6f8e7a8df 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,7 +18,7 @@ variables: environmentName: 'appjava-wa' # Agent VM image name - vmImageName: 'ubuntu-latest' + vmImageName: 'windows-latest' stages: - stage: Build