From ba696ea80ea76dee1f89b22cee5eaeeec86218ad Mon Sep 17 00:00:00 2001 From: "Fire Zhang (Centific Technologies Inc)" Date: Fri, 20 Dec 2024 15:44:36 +0800 Subject: [PATCH 1/4] Remove redundant SourceBuildTrimNetFrameworkTargets property --- eng/targets/Helix.Common.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/targets/Helix.Common.props b/eng/targets/Helix.Common.props index 452702d612b0..f78e0092c1fe 100644 --- a/eng/targets/Helix.Common.props +++ b/eng/targets/Helix.Common.props @@ -3,7 +3,7 @@ (AlmaLinux.8.Amd64.Open)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:almalinux-8-helix-amd64 (Alpine.317.Amd64.Open)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.17-helix-amd64 - (Debian.11.Amd64.Open)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-11-helix-amd64 + (Debian.12.Amd64.Open)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-helix-amd64 (Fedora.38.Amd64.Open)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-38-helix (Mariner)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-1.0-helix (Debian.12.Arm64.Open)ubuntu.2204.armarch.open@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-helix-arm64v8 @@ -17,7 +17,7 @@ - + + @@ -43,8 +43,8 @@ - - + + From 57b31a55efe289acc54d59375955ce06e99a22e6 Mon Sep 17 00:00:00 2001 From: "Fire Zhang (Centific Technologies Inc)" Date: Tue, 7 Jan 2025 15:36:14 +0800 Subject: [PATCH 4/4] Remove redundant SourceBuildTrimNetFrameworkTargets property --- eng/targets/Helix.targets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/targets/Helix.targets b/eng/targets/Helix.targets index ee73eb8ac8a3..f9d0cf5ef518 100644 --- a/eng/targets/Helix.targets +++ b/eng/targets/Helix.targets @@ -18,8 +18,8 @@ $(HelixQueueAlmaLinux8); $(HelixQueueAlpine316); - $(HelixQueueDebian11); - $(HelixQueueFedora34); + $(HelixQueueDebian12); + $(HelixQueueFedora40); $(HelixQueueMariner); Ubuntu.2004.Amd64.Open;