File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ jobs:
5050 agentOs : Linux
5151 timeoutInMinutes : 480
5252 steps :
53- - script : ./restore.sh -ci -nobl
53+ - script : ./restore.sh -- ci -- nobl --arch arm64
5454 displayName : Restore
55- - script : ./build.sh --ci --nobl --noBuildRepoTasks -- arch arm64 -test --no-build-nodejs --all --projects
56- $(Build.SourcesDirectory)/eng/helix/helix.proj /p:IsHelixJob=true /p:IsHelixDaily=true
55+ - script : ./build.sh --ci --nobl --arch arm64 --noBuildRepoTasks --no-build-nodejs --no-restore --test --all
56+ --projects $(Build.SourcesDirectory)/eng/helix/helix.proj /p:IsHelixJob=true /p:IsHelixDaily=true
5757 /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
5858 displayName : Run build.sh helix arm64 target
5959 env :
Original file line number Diff line number Diff line change @@ -53,11 +53,11 @@ jobs:
5353 agentOs : Linux
5454 timeoutInMinutes : 480
5555 steps :
56- - script : ./restore.sh -ci -nobl
56+ - script : ./restore.sh -- ci -- nobl --arch arm64
5757 displayName : Restore
58- - script : ./build.sh --ci --nobl --noBuildRepoTasks --arch arm64 -test --no-build-nodejs --all --projects
59- $(Build.SourcesDirectory)/eng/helix/helix.proj /p:IsHelixJob=true /p:IsHelixDaily=true /p:RunQuarantinedTests =true
60- /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
58+ - script : ./build.sh --ci --nobl --arch arm64 --noBuildRepoTasks --no-build-nodejs --no-restore --test --all
59+ --projects $(Build.SourcesDirectory)/eng/helix/helix.proj /p:IsHelixJob=true /p:IsHelixDaily=true
60+ /p:RunQuarantinedTests=true /p: ASPNETCORE_TEST_LOG_DIR=artifacts/log
6161 displayName : Run build.sh helix arm64 target
6262 continueOnError : true
6363 env :
You can’t perform that action at this time.
0 commit comments