From 7116f500aa0618b4e38fa93ece120b726567e856 Mon Sep 17 00:00:00 2001 From: "Fire Zhang (Centific Technologies Inc)" Date: Fri, 17 Jan 2025 16:09:44 +0800 Subject: [PATCH] Remove redundant SourceBuildTrimNetFrameworkTargets property --- diagnostics.yml | 2 +- eng/pipelines/pipeline-resources.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/diagnostics.yml b/diagnostics.yml index 344397007b..af9c415939 100644 --- a/diagnostics.yml +++ b/diagnostics.yml @@ -259,7 +259,7 @@ extends: jobTemplate: ${{ variables.jobTemplate }} name: Debian_Bullseye osGroup: Linux - container: test_debian_11_amd64 + container: test_debian_12_amd64 dependsOn: Linux testOnly: true buildConfigs: diff --git a/eng/pipelines/pipeline-resources.yml b/eng/pipelines/pipeline-resources.yml index 6c418d6693..7999685c2d 100644 --- a/eng/pipelines/pipeline-resources.yml +++ b/eng/pipelines/pipeline-resources.yml @@ -74,8 +74,8 @@ extends: image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode options: --cap-add=SYS_PTRACE - test_debian_11_amd64: - image: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-11-amd64 + test_debian_12_amd64: + image: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-amd64 options: '--env PYTHONPATH=/usr/bin/python3.9' test_fedora: