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 079525f commit 7aff276Copy full SHA for 7aff276
.azure/pipelines/ci-public.yml
@@ -609,7 +609,7 @@ stages:
609
platform:
610
name: 'Managed'
611
container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8'
612
- buildScript: './eng/build.sh $(_PublishArgs) --no-build-nodejs --no-build-repo-tasks $(_InternalRuntimeDownloadArgs)'
+ buildScript: './eng/build.sh $(_PublishArgs) --no-build-nodejs --no-build-repo-tasks $(_InternalRuntimeDownloadArgs)'
613
skipPublishValidation: true
614
jobProperties:
615
timeoutInMinutes: 120
0 commit comments