Skip to content

Commit 2a7ea53

Browse files
authored
Disable Yarn in Source Build in 8.0 (#53234)
1 parent c6fb4b6 commit 2a7ea53

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
@@ -731,7 +731,7 @@ stages:
731731
platform:
732732
name: 'Managed'
733733
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8'
734-
buildScript: './eng/build.sh $(_PublishArgs) --no-build-repo-tasks $(_InternalRuntimeDownloadArgs)'
734+
buildScript: './eng/build.sh $(_PublishArgs) --no-build-nodejs --no-build-repo-tasks $(_InternalRuntimeDownloadArgs)'
735735
skipPublishValidation: true
736736
jobProperties:
737737
timeoutInMinutes: 120

0 commit comments

Comments
 (0)