From b1d449a1dea095a858325e9f9c9e11eb3d756c52 Mon Sep 17 00:00:00 2001 From: John Luo Date: Wed, 5 Jun 2019 16:14:11 -0700 Subject: [PATCH] How about this? --- .azure/pipelines/helix-test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.azure/pipelines/helix-test.yml b/.azure/pipelines/helix-test.yml index 105b3deabd..a8da769180 100644 --- a/.azure/pipelines/helix-test.yml +++ b/.azure/pipelines/helix-test.yml @@ -14,14 +14,12 @@ jobs: jobDisplayName: 'Tests: Helix' agentOs: Windows timeoutInMinutes: 240 - variables: - HelixBuildCounter: $[format('{0:HH.mm}', pipeline.startTime)] steps: - script: .\build.cmd -all -ci /p:BuildNative=true /t:Helix /p:IsHelixJob=true /bl:$env:BUILD_SOURCESDIRECTORY\artifacts\log\SendToHelix.binlog displayName: Run build.cmd helix target env: SYSTEM_ACCESSTOKEN: $(System.AccessToken) # We need to set this env var to publish helix results to Azure Dev Ops - HELIX_BUILD_COUNTER: $(HelixBuildCounter) + HELIX_BUILD_COUNTER: $(Hours).$(Minutes) artifacts: - name: Helix_logs path: artifacts/log/