File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ parameters:
14
14
# This is the default platform provided by Arcade, intended for use by a managed-only repo.
15
15
defaultManagedPlatform :
16
16
name : ' Managed'
17
- container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8 '
17
+ container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream-9-amd64 '
18
18
19
19
# Defines the platforms on which to run build jobs. One job is created for each platform, and the
20
20
# object in this array is sent to the job template as 'platform'. If no platforms are specified,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ parameters:
14
14
# This is the default platform provided by Arcade, intended for use by a managed-only repo.
15
15
defaultManagedPlatform :
16
16
name : ' Managed'
17
- container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8 '
17
+ container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream-9-amd64 '
18
18
19
19
# Defines the platforms on which to run build jobs. One job is created for each platform, and the
20
20
# object in this array is sent to the job template as 'platform'. If no platforms are specified,
Original file line number Diff line number Diff line change 59
59
</ItemGroup >
60
60
61
61
<ItemGroup Condition =" '$(HelixAccessToken)' != '' " >
62
- <HelixTargetQueue Include =" (Centos.8 .Amd64)Ubuntu.2204.Amd64@mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8- helix" />
62
+ <HelixTargetQueue Include =" (Centos.9 .Amd64)Ubuntu.2204.Amd64@mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream-9- helix-amd64 " />
63
63
<HelixTargetQueue Include =" Windows.10.Amd64" />
64
64
<HelixTargetQueue Include =" (Debian.12.Amd64)ubuntu.2204.amd64@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-helix-amd64" />
65
65
</ItemGroup >
71
71
</PropertyGroup >
72
72
73
73
<ItemGroup Condition =" '$(HelixAccessToken)' == '' " >
74
- <HelixTargetQueue Include =" (Centos.8 .Amd64.Open)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8- helix" />
74
+ <HelixTargetQueue Include =" (Centos.9 .Amd64.Open)Ubuntu.2204.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream-9- helix-amd64 " />
75
75
<HelixTargetQueue Include =" Windows.10.Amd64.Open" />
76
76
<HelixTargetQueue Include =" (Debian.12.Amd64.Open)ubuntu.2204.amd64.open@mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-helix-amd64" />
77
77
</ItemGroup >
You can’t perform that action at this time.
0 commit comments