From 9e788650b091875e4bf15eb7ae7f05283845c5b0 Mon Sep 17 00:00:00 2001 From: Hao Kung Date: Thu, 12 Sep 2019 18:11:20 -0700 Subject: [PATCH] Fix typo in arm64 logs (#13936) --- .azure/pipelines/helix-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure/pipelines/helix-test.yml b/.azure/pipelines/helix-test.yml index ed10e8fc2c..c8cc32edc4 100644 --- a/.azure/pipelines/helix-test.yml +++ b/.azure/pipelines/helix-test.yml @@ -43,5 +43,5 @@ jobs: installNodeJs: false artifacts: - name: Helix_arm64_logs - path: artifacts/logs/ + path: artifacts/log/ publishOnError: true