Skip to content

Commit fd40e09

Browse files
Disable Yarn in Source Build in 8.0 (#53253)
Co-authored-by: Javier Calvarro Nelson <[email protected]>
1 parent 34b2f3f commit fd40e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/pipelines/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ stages:
797797
platform:
798798
name: 'Managed'
799799
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8'
800-
buildScript: './eng/build.sh $(_PublishArgs) --no-build-repo-tasks $(_InternalRuntimeDownloadArgs)'
800+
buildScript: './eng/build.sh $(_PublishArgs) --no-build-nodejs --no-build-repo-tasks $(_InternalRuntimeDownloadArgs)'
801801
skipPublishValidation: true
802802
jobProperties:
803803
timeoutInMinutes: 120

0 commit comments

Comments
 (0)