We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1917c27 commit 56c160bCopy full SHA for 56c160b
.azure/pipelines/ci.yml
@@ -689,6 +689,9 @@ stages:
689
agentOs: Linux
690
timeoutInMinutes: 180
691
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
695
- script: ./restore.sh -ci
696
displayName: Restore
697
- 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