Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 2f177c7

Browse files
committed
Update botframework-cli-daily.yml for Azure Pipelines
1 parent d7acb0d commit 2f177c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/botframework-cli-daily.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
echo "Full git hash: $(Build.SourceVersion)"
2828
echo "Short git hash: $short_hash"
2929
echo "##vso[task.setvariable variable=short_hash]$short_hash" ## Store variable for subsequent steps
30-
echo "##vso[task.setvariable variable=buildDate]$(Date:yyyyMMdd)" ## Store variable for subsequent steps
30+
dateStr = (Get-Date).ToString('yyyy-MM-dd')
31+
echo "##vso[task.setvariable variable=buildDate]dateStr"
3132
workingDirectory: $(Build.SourcesDirectory)
3233
displayName: Set Build Version
3334

0 commit comments

Comments
 (0)