From c240aead2b018afc3d508017f2ebeb066185b235 Mon Sep 17 00:00:00 2001 From: Brandon Minnick <13558917+brminnick@users.noreply.github.com> Date: Thu, 14 Nov 2024 17:38:39 -0800 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e02c3924d..62813627d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -139,14 +139,8 @@ jobs: - job: build_library displayName: Build Library - strategy: - matrix: - 'Windows': - image: 'windows-latest' - 'macOS': - image: 'macos-15' pool: - vmImage: $(image) + vmImage: windows-latest steps: # if this is a tagged build for CommunityToolkit.Maui, then update the version number - powershell: |