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

Commit 6b8b8a9

Browse files
committed
Update botframework-cli-daily.yml for Azure Pipelines
1 parent 749e0d4 commit 6b8b8a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/botframework-cli-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
displayName: Set Build Version
3232
3333
- powershell: |
34-
date = (Get-Date).ToString("yyyyMMdd")
34+
$date = (Get-Date).ToString("yyyyMMdd")
3535
echo "##vso[task.setvariable variable=buildDate]$date" ## Store variable for subsequent steps
3636
3737
- task: colinsalmcorner.colinsalmcorner-buildtasks.tag-build-task.tagBuildOrRelease@0

0 commit comments

Comments
 (0)