Skip to content

Commit 4a98fcc

Browse files
authored
[release/9.0] Pass container image correctly for source-build job in official build
Backport of #64770
1 parent 553d4e8 commit 4a98fcc

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
@@ -708,7 +708,7 @@ extends:
708708
enableInternalSources: true
709709
platform:
710710
name: 'Managed'
711-
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8'
711+
container: azureLinux30Net9BuildAmd64
712712
buildScript: './eng/build.sh --publish --no-build-repo-tasks $(_PublishArgs) $(_InternalRuntimeDownloadArgs)'
713713
skipPublishValidation: true
714714
jobProperties:

0 commit comments

Comments
 (0)