Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Oliveira <brunolins16@users.noreply.github.com>2022-10-26 22:59:18 +0300
committerGitHub <noreply@github.com>2022-10-26 22:59:18 +0300
commit48cafd98da826be3a710cd37dbaefac1db08d1b7 (patch)
tree4c1b0fa791eda13d18df9e33233e81b5bd65cb5b
parent4a8a9b4340b0668f676ac415ac84d29b26f9aae2 (diff)
Adding `init-nuget` to Linux ARM64 (#44745)
-rw-r--r--.azure/pipelines/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml
index 9571689f1f..fba8950073 100644
--- a/.azure/pipelines/ci.yml
+++ b/.azure/pipelines/ci.yml
@@ -559,7 +559,7 @@ stages:
$(_InternalRuntimeDownloadArgs)
displayName: Run build.sh
- script: git clean -xfd src/**/obj/;
- ./dockerbuild.sh rhel --ci --nobl --arch arm64 --build-installers --no-build-deps --no-build-nodejs
+ ./dockerbuild.sh rhel --ci --nobl --arch arm64 --build-installers --no-build-deps --no-build-nodejs --init-nuget
-p:OnlyPackPlatformSpecificPackages=true -p:BuildRuntimeArchive=false -p:LinuxInstallerType=rpm
-p:AssetManifestFileName=aspnetcore-Linux_arm64.xml
$(_BuildArgs)