Skip to content

Commit ed66163

Browse files
committed
Update ci.yml
1 parent b79f657 commit ed66163

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.azure/pipelines/ci.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -642,12 +642,6 @@ stages:
642642
# Build the shared framework
643643
- script: ./build.cmd -ci -all -pack -arch x64 /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.build.x64.binlog
644644
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
651645
- script: .\restore.cmd -ci
652646
displayName: Restore
653647
- 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:
673667
- script: ./build.cmd -ci -all -pack -arch x64 /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log /bl:artifacts/log/helix.daily.build.x64.binlog
674668
displayName: Build shared fx
675669
# 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
681670
- script: .\restore.cmd -ci
682671
displayName: Restore
683672
- 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:
694683
# Helix ARM64
695684
- template: jobs/default-build.yml
696685
parameters:
697-
condition: ne(variables['Build.Reason'], 'PullRequest')
686+
# condition: ne(variables['Build.Reason'], 'PullRequest') UNCOMMENT after testing
698687
jobName: Helix_arm64_daily
699688
jobDisplayName: "Tests: Helix ARM64 Daily"
700689
agentOs: Linux

0 commit comments

Comments
 (0)