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

Commit 76b5246

Browse files
authored
Set Build Version try 4 (#894)
* Adding daily build yml file * Setting commit SHA to be 7 digits * Setting build version * Setting Build version * Fixing typo
1 parent 2434506 commit 76b5246

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
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- bash: |
2323
short_hash=`git rev-parse --short=7 HEAD` ## At least 7 digits, more if needed for uniqueness
24-
buildVersion: '4.10.0-dev.$(shortSHA)'
24+
buildVersion= '4.10.0-dev.$(shortSHA)'
2525
echo "Full git hash: $(Build.SourceVersion)"
2626
echo "Short git hash: $short_hash"
2727
echo "##vso[task.setvariable variable=buildVersion]$buildVersion" ## Store variable for subsequent steps

0 commit comments

Comments
 (0)