File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -690,8 +690,8 @@ stages:
690
690
timeoutInMinutes : 180
691
691
steps :
692
692
# Build the shared framework
693
- - script : ./build.sh -ci -all -pack -arch arm64 /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.daily.build.arm64.binlog
694
- displayName : Build shared fx
693
+ # - script: ./build.sh -- ci -- all -- pack -- arch arm64 --no-build-nodejs --no-build-java -p:OnlyPackPlatformSpecificPackages=true -p:AssetManifestFileName=aspnetcore-Linux_arm64.xml /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.daily.build.arm64.binlog
694
+ # displayName: Build shared fx
695
695
- script : ./restore.sh -ci
696
696
displayName : Restore
697
697
- script : ./build.sh -ci -noRestore --arch arm64 -test -projects $(Build.SourcesDirectory)/eng/helix/helix.proj /p:IsHelixJob=true /p:IsHelixDaily=true /p:BuildAllProjects=true /p:BuildNative=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log -bl
You can’t perform that action at this time.
0 commit comments