@@ -642,12 +642,6 @@ stages:
642
642
# Build the shared framework
643
643
- script : ./build.cmd -ci -all -pack -arch x64 /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.build.x64.binlog
644
644
displayName : Build shared fx
645
- # Build the x86 shared framework
646
- # This is going to actually build x86 native assets.
647
- # - script: ./build.cmd -ci -arch x86 -pack -all -buildNative -noBuildJava /p:OnlyPackPlatformSpecificPackages=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.build.x86.binlog $(_BuildArgs)
648
- # displayName: Build x86 shared framework pieces
649
- # - script: ./src/ProjectTemplates/build.cmd -ci -pack -NoRestore -NoBuilddeps "/p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.template.pack.binlog"
650
- # displayName: Pack Templates
651
645
- script : .\restore.cmd -ci
652
646
displayName : Restore
653
647
- script : .\build.cmd -ci -noRestore -test -projects eng\helix\helix.proj /p:IsRequiredCheck=true /p:IsHelixJob=true /p:BuildAllProjects=true /p:BuildNative=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log -bl
@@ -673,11 +667,6 @@ stages:
673
667
- script : ./build.cmd -ci -all -pack -arch x64 /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.daily.build.x64.binlog
674
668
displayName : Build shared fx
675
669
# Build the x86 shared framework
676
- # This is going to actually build x86 native assets.
677
- # - script: ./build.cmd -ci -arch x86 -pack -all -buildNative -noBuildJava /p:OnlyPackPlatformSpecificPackages=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.daily.build.x86.binlog $(_BuildArgs)
678
- # displayName: Build x86 shared framework pieces
679
- # - script: ./src/ProjectTemplates/build.cmd -ci -pack -NoRestore -NoBuilddeps "/p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.daily.template.pack.binlog"
680
- # displayName: Pack Templates
681
670
- script : .\restore.cmd -ci
682
671
displayName : Restore
683
672
- script : .\build.cmd -ci -noRestore -test -projects eng\helix\helix.proj /p:IsHelixJob=true /p:IsHelixDaily=true /p:BuildAllProjects=true /p:BuildNative=true /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log -bl
@@ -694,7 +683,7 @@ stages:
694
683
# Helix ARM64
695
684
- template : jobs/default-build.yml
696
685
parameters :
697
- condition : ne(variables['Build.Reason'], 'PullRequest')
686
+ # condition: ne(variables['Build.Reason'], 'PullRequest') UNCOMMENT after testing
698
687
jobName : Helix_arm64_daily
699
688
jobDisplayName : " Tests: Helix ARM64 Daily"
700
689
agentOs : Linux
0 commit comments