Skip to content

Commit 56c160b

Browse files
committed
Update ci.yml
1 parent 1917c27 commit 56c160b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.azure/pipelines/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,9 @@ stages:
689689
agentOs: Linux
690690
timeoutInMinutes: 180
691691
steps:
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
692695
- script: ./restore.sh -ci
693696
displayName: Restore
694697
- script: ./build.sh -ci --arch arm64 -test --no-build-nodejs -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

0 commit comments

Comments
 (0)