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 344efd0 commit c894b55Copy full SHA for c894b55
.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