Skip to content

Commit 8d32470

Browse files
authored
Pass container image correctly for source-build job in official build (#64770)
1ES PT expects an object with the container image, not just the name. Use the same azureLinux30Net10BuildAmd64 container as we do in other jobs since we only build managed code.
1 parent 3aae4e8 commit 8d32470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/pipelines/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ extends:
691691
enableInternalSources: true
692692
platform:
693693
name: 'Managed'
694-
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream-10-amd64'
694+
container: azureLinux30Net10BuildAmd64
695695
buildScript: './eng/build.sh'
696696
buildArguments: '--source-build $(_InternalRuntimeDownloadArgs)'
697697
jobProperties:

0 commit comments

Comments
 (0)