From 3e0816779f5209f84fbed6c1e26d482fd1745079 Mon Sep 17 00:00:00 2001 From: "Nikola Milosavljevic (CLR) false" Date: Wed, 23 Apr 2025 12:01:23 -0700 Subject: [PATCH] Update build container for public CI --- azure-pipelines/templates/stages/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines/templates/stages/build.yml b/azure-pipelines/templates/stages/build.yml index 16276d818c..fe914f089e 100644 --- a/azure-pipelines/templates/stages/build.yml +++ b/azure-pipelines/templates/stages/build.yml @@ -27,7 +27,7 @@ stages: parameters: imageOs: linux ${{ if eq(variables['System.TeamProject'], 'public') }}: - imageName: Build.Ubuntu.1804.Amd64.Open + imageName: Build.Ubuntu.2204.Amd64.Open ${{ if eq(variables['System.TeamProject'], 'internal') }}: imageName: 1es-ubuntu-2204 # Based on - https://github.com/dotnet/arcade/blob/9b3f304c7bc9fd4d11be9ca0b466b83e98d2a191/Documentation/CorePackages/Publishing.md#moving-away-from-the-legacy-pushtoblobfeed-task