From 127c4a6482445ef3db03102d714a096acb676ff4 Mon Sep 17 00:00:00 2001 From: mole Date: Fri, 25 Apr 2025 12:36:44 +0200 Subject: [PATCH] Use windows instead --- build/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index c7fea2eb8c..a33ee744f7 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -830,7 +830,7 @@ stages: jobs: - job: pool: - vmImage: "ubuntu-22.04" # NuGetCommand@2 is no longer supported on Ubuntu 24.04 so use 22.04 until an alternative is available. + vmImage: "windows-latest" # NuGetCommand@2 is no longer supported on Ubuntu 24.04 so we'll use windows until an alternative is available. displayName: Push to pre-release feed steps: - checkout: none @@ -893,7 +893,7 @@ stages: jobs: - job: pool: - vmImage: "ubuntu-22.04" # NuGetCommand@2 is no longer supported on Ubuntu 24.04 so use 22.04 until an alternative is available. + vmImage: "windows-latest" # NuGetCommand@2 is no longer supported on Ubuntu 24.04 so we'll use windows until an alternative is available. displayName: Push to NuGet steps: - checkout: none