We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6fb4b6 commit 2a7ea53Copy full SHA for 2a7ea53
.azure/pipelines/ci.yml
@@ -731,7 +731,7 @@ stages:
731
platform:
732
name: 'Managed'
733
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8'
734
- buildScript: './eng/build.sh $(_PublishArgs) --no-build-repo-tasks $(_InternalRuntimeDownloadArgs)'
+ buildScript: './eng/build.sh $(_PublishArgs) --no-build-nodejs --no-build-repo-tasks $(_InternalRuntimeDownloadArgs)'
735
skipPublishValidation: true
736
jobProperties:
737
timeoutInMinutes: 120
0 commit comments