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.
2 parents 88e6e11 + c894b55 commit 4a0c381Copy full SHA for 4a0c381
.azure/pipelines/ci.yml
@@ -759,7 +759,7 @@ extends:
759
platform:
760
name: 'Managed'
761
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7'
762
- buildScript: './eng/build.sh $(_PublishArgs) --no-build-repo-tasks $(_InternalRuntimeDownloadArgs)'
+ buildScript: './eng/build.sh $(_PublishArgs) --no-build-repo-tasks --no-build-nodejs $(_InternalRuntimeDownloadArgs)'
763
skipPublishValidation: true
764
jobProperties:
765
timeoutInMinutes: 120
0 commit comments