@@ -382,13 +382,13 @@ stages:
382
382
$(_BuildArgs)
383
383
$(_InternalRuntimeDownloadArgs)
384
384
displayName : Run build.sh
385
- - script : git clean -xfd src/**/obj/;
386
- ./dockerbuild.sh rhel --ci --nobl --arch arm64 --build-installers --no-build-deps --no-build-nodejs
387
- -p:OnlyPackPlatformSpecificPackages=true -p:BuildRuntimeArchive=false -p:LinuxInstallerType=rpm
388
- -p:AssetManifestFileName=aspnetcore-Linux_arm64.xml
389
- $(_BuildArgs)
390
- $(_PublishArgs)
391
- $(_InternalRuntimeDownloadArgs)
385
+ - script : git clean -xfd src/**/obj/;
386
+ ./dockerbuild.sh rhel --ci --nobl --arch arm64 --build-installers --no-build-deps --no-build-nodejs
387
+ -p:OnlyPackPlatformSpecificPackages=true -p:BuildRuntimeArchive=false -p:LinuxInstallerType=rpm
388
+ -p:AssetManifestFileName=aspnetcore-Linux_arm64.xml
389
+ $(_BuildArgs)
390
+ $(_PublishArgs)
391
+ $(_InternalRuntimeDownloadArgs)
392
392
displayName : Build RPM installers
393
393
installNodeJs : false
394
394
artifacts :
@@ -585,13 +585,13 @@ stages:
585
585
timeoutInMinutes : 240
586
586
steps :
587
587
# Build the shared framework
588
- - script : ./eng/build.cmd -ci -nobl -all -pack -arch x64
589
- /p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)
588
+ - script : ./eng/build.cmd -ci -nobl -all -pack -arch x64
589
+ /p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)
590
590
displayName : Build shared fx
591
591
# -noBuildRepoTasks -noBuildNative -noBuild to avoid repeating work done in the previous step.
592
- - script : ./eng/build.cmd -ci -nobl -all -noBuildRepoTasks -noBuildNative -noBuild -test
593
- -projects eng\helix\helix.proj /p:IsHelixPRCheck=true /p:IsHelixJob=true
594
- /p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)
592
+ - script : ./eng/build.cmd -ci -nobl -all -noBuildRepoTasks -noBuildNative -noBuild -test
593
+ -projects eng\helix\helix.proj /p:IsHelixPRCheck=true /p:IsHelixJob=true
594
+ /p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log $(_InternalRuntimeDownloadArgs)
595
595
displayName : Run build.cmd helix target
596
596
env :
597
597
HelixApiAccessToken : $(HelixApiAccessToken) # Needed for internal queues
0 commit comments