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

Commit e14c6f6

Browse files
committed
Update botframework-cli-daily.yml for Azure Pipelines
1 parent cf22a86 commit e14c6f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/botframework-cli-daily.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- task: colinsalmcorner.colinsalmcorner-buildtasks.tag-build-task.tagBuildOrRelease@0
3434
displayName: 'Tag Build with version number'
3535
inputs:
36-
tags: 'Version=4.10.0-dev.$(short_hash)'
36+
tags: 'Version=4.10.0-dev.$(buildVersion)'
3737
continueOnError: true
3838

3939
- task: NodeTool@0
@@ -57,7 +57,7 @@ jobs:
5757
- script: 'rush test'
5858
displayName: 'rush test'
5959

60-
- script: 'node ./common/scripts/version-and-pack.js --version 4.10.0-dev.$(short_hash)'
60+
- script: 'node ./common/scripts/version-and-pack.js --version 4.10.0-dev.$(buildVersion)'
6161
displayName: 'Version and Pack'
6262

6363
- task: CopyFiles@2

0 commit comments

Comments
 (0)