|
2 | 2 | <!-- This file is shared between Helix.proj and .csproj files. -->
|
3 | 3 | <PropertyGroup>
|
4 | 4 | < HelixQueueAlmaLinux>(AlmaLinux.9.Amd64.Open) [email protected]/dotnet-buildtools/prereqs:almalinux-9-helix-amd64</ HelixQueueAlmaLinux>
|
5 |
| - < HelixQueueAlpine>(Alpine. 321.Amd64.Open) [email protected]/dotnet-buildtools/prereqs:alpine-3. 21-helix-amd64</ HelixQueueAlpine> |
| 5 | + < HelixQueueAlpine>(Alpine. 322.Amd64.Open) [email protected]/dotnet-buildtools/prereqs:alpine-3. 22-helix-amd64</ HelixQueueAlpine> |
6 | 6 | < HelixQueueAzureLinux>(AzureLinux.30.Amd64.Open) [email protected]/dotnet-buildtools/prereqs:azurelinux-3.0-helix-amd64</ HelixQueueAzureLinux>
|
7 | 7 | < HelixQueueDebian>(Debian.13.Amd64.Open) [email protected]/dotnet-buildtools/prereqs:debian-13-helix-amd64</ HelixQueueDebian>
|
8 | 8 | < HelixQueueFedora>(Fedora.42.Amd64.Open) [email protected]/dotnet-buildtools/prereqs:fedora-42-helix-amd64</ HelixQueueFedora>
|
| 9 | + < HelixQueueUbuntu>(Ubuntu.2404.Amd64.Open) [email protected]/dotnet-buildtools/prereqs:ubuntu-24.04-helix-amd64</ HelixQueueUbuntu> |
9 | 10 | <!-- Arm64 -->
|
10 | 11 | < HelixQueueArmDebian>(Debian.13.Arm64.Open) [email protected]/dotnet-buildtools/prereqs:debian-13-helix-arm64v8</ HelixQueueArmDebian>
|
11 | 12 |
|
|
29 | 30 | <!-- aspnetcore-ci[-official] (ci.yml) -->
|
30 | 31 | <!-- aspnetcore-quarantined-pr (quarantined-pr.yml) -->
|
31 | 32 | <ItemGroup>
|
32 |
| - <HelixAvailableTargetQueue Include="Ubuntu.2004.Amd64.Open" Platform="Linux" /> |
| 33 | + <HelixAvailableTargetQueue Include="Ubuntu.2204.Amd64.Open" Platform="Linux" /> |
| 34 | + <HelixAvailableTargetQueue Include="AzureLinux.3.Amd64.Open" Platform="Linux" /> |
33 | 35 | <HelixAvailableTargetQueue Include="OSX.15.Amd64.Open" Platform="OSX" />
|
34 | 36 | <HelixAvailableTargetQueue Include="Windows.11.Amd64.Client.Open" Platform="Windows" />
|
35 | 37 | </ItemGroup>
|
|
43 | 45 |
|
44 | 46 | <!-- Containers -->
|
45 | 47 | <HelixAvailableTargetQueue Include="$(HelixQueueAlpine)" Platform="Linux" />
|
46 |
| - <HelixAvailableTargetQueue Include="$(HelixQueueAzureLinux)" Platform="Linux" /> |
47 | 48 | <HelixAvailableTargetQueue Include="$(HelixQueueDebian)" Platform="Linux" />
|
| 49 | + <HelixAvailableTargetQueue Include="$(HelixQueueAzureLinux)" Platform="Linux" /> |
48 | 50 | <HelixAvailableTargetQueue Include="$(HelixQueueFedora)" Platform="Linux" />
|
| 51 | + <HelixAvailableTargetQueue Include="$(HelixQueueUbuntu)" Platform="Linux" /> |
49 | 52 | <!-- Arm64 -->
|
50 | 53 | <HelixAvailableTargetQueue Include="$(HelixQueueArmDebian)" Platform="Linux" />
|
51 | 54 |
|
|
0 commit comments