Skip to content

Commit 75ffb71

Browse files
authored
[release/8.0] Pass container image correctly for source-build job in official build
Backport of #64770
1 parent fd10561 commit 75ffb71

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
@@ -678,7 +678,7 @@ extends:
678678
enableInternalSources: true
679679
platform:
680680
name: 'Managed'
681-
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8'
681+
container: azureLinux30Net8BuildAmd64
682682
buildScript: './eng/build.sh $(_PublishArgs) --no-build-nodejs --no-build-repo-tasks $(_InternalRuntimeDownloadArgs)'
683683
skipPublishValidation: true
684684
jobProperties:

0 commit comments

Comments
 (0)