File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ extends:
237237 - template : /eng/pipelines/build.yml
238238 parameters :
239239 jobTemplate : ${{ variables.jobTemplate }}
240- name : Alpine3_19
240+ name : Alpine3_23
241241 osGroup : Linux
242242 osSuffix : -musl
243243 container : test_linux_musl_x64
@@ -255,9 +255,9 @@ extends:
255255 - template : /eng/pipelines/build.yml
256256 parameters :
257257 jobTemplate : ${{ variables.jobTemplate }}
258- name : Debian_Bullseye
258+ name : Debian_Trixie
259259 osGroup : Linux
260- container : test_debian_11_amd64
260+ container : test_debian_13_amd64
261261 dependsOn : Linux
262262 testOnly : true
263263 buildConfigs :
@@ -270,7 +270,7 @@ extends:
270270 - template : /eng/pipelines/build.yml
271271 parameters :
272272 jobTemplate : ${{ variables.jobTemplate }}
273- name : Fedora_39
273+ name : Fedora_43
274274 osGroup : Linux
275275 container : test_fedora
276276 dependsOn : Linux
Original file line number Diff line number Diff line change @@ -71,19 +71,18 @@ extends:
7171 image : mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream-9
7272
7373 test_linux_musl_x64 :
74- image : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode
74+ image : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.23-amd64
7575 options : --cap-add=SYS_PTRACE
7676
77- test_debian_11_amd64 :
78- image : mcr.microsoft.com/dotnet-buildtools/prereqs:debian-11-amd64
79- options : ' --env PYTHONPATH=/usr/bin/python3.9'
77+ test_debian_13_amd64 :
78+ image : mcr.microsoft.com/dotnet-buildtools/prereqs:debian-13-amd64
8079
8180 test_fedora :
82- image : mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-41
81+ image : mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-43
8382 options : --cap-add=SYS_PTRACE
8483
85- test_opensuse_15_2 :
86- image : mcr.microsoft.com/dotnet-buildtools/prereqs:opensuse-15.2 -helix-amd64
84+ test_opensuse_16_0 :
85+ image : mcr.microsoft.com/dotnet-buildtools/prereqs:opensuse-16.0 -helix-amd64
8786
8887 test_ubuntu_22_04 :
8988 image : mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04
You can’t perform that action at this time.
0 commit comments