Skip to content

Commit 222cf33

Browse files
committed
Update ci.yml
1 parent 92e64ac commit 222cf33

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.azure/pipelines/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -692,9 +692,10 @@ stages:
692692
# Build the shared framework
693693
#- 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
694694
# displayName: Build shared fx
695-
# - script: ./restore.sh -ci
696-
# displayName: Restore
697-
- script: ./build.sh -ci --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
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
698+
#- script: ./build.sh -ci --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
698699
displayName: Run build.sh helix arm64 target
699700
env:
700701
HelixApiAccessToken: $(HelixApiAccessToken) # Needed for internal queues

0 commit comments

Comments
 (0)