Skip to content

Commit 03d81d3

Browse files
committed
Update ci.yml
1 parent c4fb288 commit 03d81d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/pipelines/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ stages:
694694
displayName: Build shared fx
695695
- script: ./restore.sh -ci
696696
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
697+
- script: ./build.sh -ci -noRestore --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
698698
displayName: Run build.sh helix arm64 target
699699
env:
700700
HelixApiAccessToken: $(HelixApiAccessToken) # Needed for internal queues

0 commit comments

Comments
 (0)