From bae3da7627d2fdc41d6a56d16153eccbe66d7660 Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Thu, 22 Jun 2023 13:33:57 -0700 Subject: [PATCH] Update to the 22.04 debpkg image so we're on a newer ubuntu version. (#86803) --- .../common/templates/pipeline-with-resources.yml | 2 +- eng/pipelines/runtimelab.yml | 8 -------- .../Microsoft.NETCore.App.Runtime.props | 2 ++ 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/eng/pipelines/common/templates/pipeline-with-resources.yml b/eng/pipelines/common/templates/pipeline-with-resources.yml index b7cc0e57af118..f73e7d49800ef 100644 --- a/eng/pipelines/common/templates/pipeline-with-resources.yml +++ b/eng/pipelines/common/templates/pipeline-with-resources.yml @@ -105,7 +105,7 @@ resources: ROOTFS_DIR: /crossrootfs/armel - container: debpkg - image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-debpkg + image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-debpkg - container: rpmpkg image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-fpm diff --git a/eng/pipelines/runtimelab.yml b/eng/pipelines/runtimelab.yml index f95b19d5a9461..a5c4e03343311 100644 --- a/eng/pipelines/runtimelab.yml +++ b/eng/pipelines/runtimelab.yml @@ -37,14 +37,6 @@ pr: - PATENTS.TXT - THIRD-PARTY-NOTICES.TXT -resources: - containers: - # Define auxilary containers used by the installer jobs - - container: debpkg - image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-debpkg - - container: rpmpkg - image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-rpmpkg - variables: - template: /eng/pipelines/common/variables.yml - ${{ if and(ne(variables['System.TeamProject'], 'public'), ne(variables['Build.Reason'], 'PullRequest')) }}: diff --git a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.props b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.props index fc588eaba6ddb..f5f3df88d31b9 100644 --- a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.props +++ b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.props @@ -59,6 +59,8 @@ + +