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 5c34a94 commit 2873e63Copy full SHA for 2873e63
.azure/pipelines/helix-matrix.yml
@@ -58,6 +58,7 @@ jobs:
58
jobDisplayName: "Tests: Helix ARM64 matrix"
59
agentOs: Linux
60
timeoutInMinutes: 480
61
+ useHostedUbuntu: false
62
steps:
63
- script: ./eng/build.sh --ci --nobl --pack --arch arm64
64
/p:CrossgenOutput=false /p:ASPNETCORE_TEST_LOG_DIR=artifacts/log
@@ -69,7 +70,7 @@ jobs:
69
70
env:
71
HelixApiAccessToken: $(HelixApiAccessToken) # Needed for internal queues
72
SYSTEM_ACCESSTOKEN: $(System.AccessToken) # We need to set this env var to publish helix results to Azure Dev Ops
- installNodeJs: false
73
+ installNodeJs: true
74
artifacts:
75
- name: Helix_arm64_logs
76
path: artifacts/log/
0 commit comments