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

Commit aee132f

Browse files
authored
Set build version try 8 (#896)
* Adding daily build yml file * Setting commit SHA to be 7 digits * Setting build version * Setting Build version * Fixing typo * Setting build version disable pr trigger * Set build version try 7
1 parent de55dc1 commit aee132f

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

0 commit comments

Comments
 (0)