Merge commit '0ffc5e2d031bd55810bfb381016b950f8c2b6f66'

This commit is contained in:
Mirroring 2024-07-15 20:26:32 +00:00
commit c97c22386b

View file

@ -58,8 +58,8 @@ extends:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8 image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8
debian11: debian11:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-11-amd64 image: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-11-amd64
fedora36: fedora40:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-36 image: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-40
ubuntu2204: ubuntu2204:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04 image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04
mariner20CrossArm: mariner20CrossArm:
@ -123,8 +123,8 @@ extends:
- template: eng/build.yml@self - template: eng/build.yml@self
parameters: parameters:
agentOs: Linux agentOs: Linux
jobName: Build_Fedora_36_Debug_x64 jobName: Build_Fedora_40_Debug_x64
container: fedora36 container: fedora40
buildConfiguration: Debug buildConfiguration: Debug
buildArchitecture: x64 buildArchitecture: x64
linuxPortable: true linuxPortable: true