Merge commit '0ffc5e2d031bd55810bfb381016b950f8c2b6f66'
This commit is contained in:
commit
c97c22386b
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue