Use raw time instead of counter

This commit is contained in:
John Luo 2019-06-05 13:54:52 -07:00
parent 8719736282
commit fba5c7b4c5
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
agentOs: Windows
timeoutInMinutes: 240
variables:
HelixBuildCounter: $[counter(format('{0:yyyyMMdd}', pipeline.startTime), 1)]
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