Continue on error for helix arm64 on quarantined-tests (#23642)
This commit is contained in:
parent
e1ae8a4d9b
commit
fdcb8cf7ac
|
|
@ -59,6 +59,7 @@ jobs:
|
|||
$(Build.SourcesDirectory)/eng/helix/helix.proj /p:IsHelixJob=true /p:IsHelixDaily=true /p:RunQuarantinedTests=true
|
||||
/p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
|
||||
displayName: Run build.sh helix arm64 target
|
||||
continueOnError: true
|
||||
env:
|
||||
HelixApiAccessToken: $(HelixApiAccessToken) # Needed for internal queues
|
||||
SYSTEM_ACCESSTOKEN: $(System.AccessToken) # We need to set this env var to publish helix results to Azure Dev Ops
|
||||
|
|
|
|||
Loading…
Reference in New Issue