diff --git a/.azure/pipelines/helix-test.yml b/.azure/pipelines/helix-test.yml index 62a8d267e6..1b512109b1 100644 --- a/.azure/pipelines/helix-test.yml +++ b/.azure/pipelines/helix-test.yml @@ -14,14 +14,11 @@ 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: $(HelixBuildCounter) artifacts: - name: Helix_logs path: artifacts/log/ diff --git a/eng/helix/helix.proj b/eng/helix/helix.proj index f96cb3920e..7304dd629a 100644 --- a/eng/helix/helix.proj +++ b/eng/helix/helix.proj @@ -19,7 +19,7 @@ ci aspnetcore - $(BUILD_BUILDNUMBER).$(HELIX_BUILD_COUNTER) + $(BUILD_BUILDNUMBER).$(SYSTEM_JOBATTEMPT) true true true