|
|
@@ -362,14 +362,12 @@ stages:
|
|
|
--arch arm64
|
|
|
--pack
|
|
|
--all
|
|
|
- --no-build-nodejs
|
|
|
--no-build-java
|
|
|
-p:OnlyPackPlatformSpecificPackages=true
|
|
|
-p:AssetManifestFileName=aspnetcore-MacOS_arm64.xml
|
|
|
$(_BuildArgs)
|
|
|
$(_PublishArgs)
|
|
|
$(_InternalRuntimeDownloadArgs)
|
|
|
- installNodeJs: false
|
|
|
artifacts:
|
|
|
- name: MacOS_arm64_Logs
|
|
|
path: artifacts/log/
|
|
|
@@ -393,14 +391,12 @@ stages:
|
|
|
buildArgs:
|
|
|
--pack
|
|
|
--all
|
|
|
- --no-build-nodejs
|
|
|
--no-build-java
|
|
|
-p:OnlyPackPlatformSpecificPackages=true
|
|
|
-p:AssetManifestFileName=aspnetcore-MacOS_x64.xml
|
|
|
$(_BuildArgs)
|
|
|
$(_PublishArgs)
|
|
|
$(_InternalRuntimeDownloadArgs)
|
|
|
- installNodeJs: false
|
|
|
artifacts:
|
|
|
- name: MacOS_x64_Logs
|
|
|
path: artifacts/log/
|
|
|
@@ -427,7 +423,6 @@ stages:
|
|
|
--arch x64
|
|
|
--pack
|
|
|
--all
|
|
|
- --no-build-nodejs
|
|
|
--no-build-java
|
|
|
-p:OnlyPackPlatformSpecificPackages=true
|
|
|
$(_BuildArgs)
|
|
|
@@ -447,7 +442,6 @@ stages:
|
|
|
$(_PublishArgs)
|
|
|
$(_InternalRuntimeDownloadArgs)
|
|
|
displayName: Build RPM installers
|
|
|
- installNodeJs: false
|
|
|
artifacts:
|
|
|
- name: Linux_x64_Logs
|
|
|
path: artifacts/log/
|
|
|
@@ -471,14 +465,12 @@ stages:
|
|
|
--arch arm
|
|
|
--pack
|
|
|
--all
|
|
|
- --no-build-nodejs
|
|
|
--no-build-java
|
|
|
-p:OnlyPackPlatformSpecificPackages=true
|
|
|
-p:AssetManifestFileName=aspnetcore-Linux_arm.xml
|
|
|
$(_BuildArgs)
|
|
|
$(_PublishArgs)
|
|
|
$(_InternalRuntimeDownloadArgs)
|
|
|
- installNodeJs: false
|
|
|
artifacts:
|
|
|
- name: Linux_arm_Logs
|
|
|
path: artifacts/log/
|
|
|
@@ -504,7 +496,6 @@ stages:
|
|
|
--arch arm64
|
|
|
--pack
|
|
|
--all
|
|
|
- --no-build-nodejs
|
|
|
--no-build-java
|
|
|
-p:OnlyPackPlatformSpecificPackages=true
|
|
|
$(_BuildArgs)
|
|
|
@@ -518,7 +509,6 @@ stages:
|
|
|
$(_PublishArgs)
|
|
|
$(_InternalRuntimeDownloadArgs)
|
|
|
displayName: Build RPM installers
|
|
|
- installNodeJs: false
|
|
|
artifacts:
|
|
|
- name: Linux_arm64_Logs
|
|
|
path: artifacts/log/
|
|
|
@@ -538,13 +528,12 @@ stages:
|
|
|
jobName: Linux_musl_x64_build
|
|
|
jobDisplayName: "Build: Linux Musl x64"
|
|
|
agentOs: Linux
|
|
|
- container: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.14-WithNode
|
|
|
+ container: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode-20240105204957-5245c86
|
|
|
buildArgs:
|
|
|
--arch x64
|
|
|
--os-name linux-musl
|
|
|
--pack
|
|
|
--all
|
|
|
- --no-build-nodejs
|
|
|
--no-build-java
|
|
|
-p:OnlyPackPlatformSpecificPackages=true
|
|
|
-p:AssetManifestFileName=aspnetcore-Linux_musl_x64.xml
|
|
|
@@ -573,20 +562,18 @@ stages:
|
|
|
jobDisplayName: "Build: Linux Musl ARM"
|
|
|
agentOs: Linux
|
|
|
useHostedUbuntu: false
|
|
|
- container: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-arm-alpine
|
|
|
+ container: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-cross-arm-alpine
|
|
|
buildArgs:
|
|
|
--arch arm
|
|
|
--os-name linux-musl
|
|
|
--pack
|
|
|
--all
|
|
|
- --no-build-nodejs
|
|
|
--no-build-java
|
|
|
-p:OnlyPackPlatformSpecificPackages=true
|
|
|
-p:AssetManifestFileName=aspnetcore-Linux_musl_arm.xml
|
|
|
$(_BuildArgs)
|
|
|
$(_PublishArgs)
|
|
|
$(_InternalRuntimeDownloadArgs)
|
|
|
- installNodeJs: false
|
|
|
artifacts:
|
|
|
- name: Linux_musl_arm_Logs
|
|
|
path: artifacts/log/
|
|
|
@@ -607,20 +594,18 @@ stages:
|
|
|
jobDisplayName: "Build: Linux Musl ARM64"
|
|
|
agentOs: Linux
|
|
|
useHostedUbuntu: false
|
|
|
- container: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross-arm64-alpine
|
|
|
+ container: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-cross-arm64-alpine
|
|
|
buildArgs:
|
|
|
--arch arm64
|
|
|
--os-name linux-musl
|
|
|
--pack
|
|
|
--all
|
|
|
- --no-build-nodejs
|
|
|
--no-build-java
|
|
|
-p:OnlyPackPlatformSpecificPackages=true
|
|
|
-p:AssetManifestFileName=aspnetcore-Linux_musl_arm64.xml
|
|
|
$(_BuildArgs)
|
|
|
$(_PublishArgs)
|
|
|
$(_InternalRuntimeDownloadArgs)
|
|
|
- installNodeJs: false
|
|
|
artifacts:
|
|
|
- name: Linux_musl_arm64_Logs
|
|
|
path: artifacts/log/
|
|
|
@@ -736,7 +721,7 @@ stages:
|
|
|
parameters:
|
|
|
platform:
|
|
|
name: 'Managed'
|
|
|
- container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8'
|
|
|
+ container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8-20240104210103-4893224'
|
|
|
buildScript: './eng/build.sh $(_PublishArgs) --no-build-repo-tasks $(_InternalRuntimeDownloadArgs)'
|
|
|
skipPublishValidation: true
|
|
|
jobProperties:
|