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

Commit fc69d67

Browse files
authored
Set RC0 version (#747)
* Set RC0 version * Update botframework-cli-mac.yml
1 parent d2e756a commit fc69d67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/botframework-cli-mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pr:
2828
jobs:
2929
- job: CLI
3030
variables:
31-
buildVersion: '4.9.0-preview.$(Build.BuildId)'
31+
buildVersion: '4.9.0-RC0'
3232
_version: ${{coalesce(variables.version, variables.buildVersion)}}
3333

3434
steps:

build/botframework-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pr:
2828
jobs:
2929
- job: CLI
3030
variables:
31-
buildVersion: '4.9.0-preview.$(Build.BuildId)'
31+
buildVersion: '4.9.0-RC0'
3232
_version: ${{coalesce(variables.version, variables.buildVersion)}}
3333

3434
steps:

0 commit comments

Comments
 (0)