From 87197362825242ded1c3d65880a074301193d709 Mon Sep 17 00:00:00 2001 From: = Date: Wed, 5 Jun 2019 00:45:13 -0700 Subject: [PATCH] Try again --- .azure/pipelines/helix-test.yml | 4 +++- eng/helix/helix.proj | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.azure/pipelines/helix-test.yml b/.azure/pipelines/helix-test.yml index 25b4bee447..a642f3e2b7 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: $[counter(format('{0:yyyyMMdd}', pipeline.startTime), 1)] 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 - PIPELINE_BUILD_COUNTER: $[counter(format('{0:yyyyMMdd}', pipeline.startTime), 1)] + HELIX_BUILD_COUNTER: $(HelixBuildCounter) artifacts: - name: Helix_logs path: artifacts/log/ diff --git a/eng/helix/helix.proj b/eng/helix/helix.proj index 1a1c70f375..f96cb3920e 100644 --- a/eng/helix/helix.proj +++ b/eng/helix/helix.proj @@ -19,7 +19,7 @@ ci aspnetcore - $(BUILD_BUILDNUMBER).$(PIPELINE_BUILD_COUNTER) + $(BUILD_BUILDNUMBER).$(HELIX_BUILD_COUNTER) true true true