This commit is contained in:
John Luo 2019-06-05 18:41:12 -07:00
parent b1d449a1de
commit e140658bcf
1 changed files with 3 additions and 1 deletions

View File

@ -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/