From e140658bcfb5e9cbe3e10697f6da243de5671434 Mon Sep 17 00:00:00 2001 From: John Luo Date: Wed, 5 Jun 2019 18:41:12 -0700 Subject: [PATCH] wip --- .azure/pipelines/helix-test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.azure/pipelines/helix-test.yml b/.azure/pipelines/helix-test.yml index a8da769180..62a8d267e6 100644 --- a/.azure/pipelines/helix-test.yml +++ b/.azure/pipelines/helix-test.yml @@ -14,12 +14,14 @@ jobs: jobDisplayName: 'Tests: Helix' agentOs: Windows timeoutInMinutes: 240 + variables: + HelixBuildCounter: $[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: $(Hours).$(Minutes) + HELIX_BUILD_COUNTER: $(HelixBuildCounter) artifacts: - name: Helix_logs path: artifacts/log/