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 @@ + +