Skip to content

Commit c894b55

Browse files
authored
Don't build Node components in SourceBuild (#54913)
1 parent 344efd0 commit c894b55

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
@@ -759,7 +759,7 @@ extends:
759759
platform:
760760
name: 'Managed'
761761
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7'
762-
buildScript: './eng/build.sh $(_PublishArgs) --no-build-repo-tasks $(_InternalRuntimeDownloadArgs)'
762+
buildScript: './eng/build.sh $(_PublishArgs) --no-build-repo-tasks --no-build-nodejs $(_InternalRuntimeDownloadArgs)'
763763
skipPublishValidation: true
764764
jobProperties:
765765
timeoutInMinutes: 120

0 commit comments

Comments
 (0)