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 d635847 commit dc11a2aCopy full SHA for dc11a2a
.azure/pipelines/ci.yml
@@ -528,7 +528,7 @@ stages:
528
jobName: Linux_musl_x64_build
529
jobDisplayName: "Build: Linux Musl x64"
530
agentOs: Linux
531
- container: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.17
+ container: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode-20240105204957-5245c86
532
buildArgs:
533
--arch x64
534
--os-name linux-musl
@@ -540,6 +540,7 @@ stages:
540
$(_BuildArgs)
541
$(_PublishArgs)
542
$(_InternalRuntimeDownloadArgs)
543
+ installNodeJs: false
544
disableComponentGovernance: true
545
artifacts:
546
- name: Linux_musl_x64_Logs
0 commit comments