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

Commit f23dae0

Browse files
munozemilioChris McConnellvishwacsenaVishwac Sena KannanVishwac Sena Kannan
authored
4.9.1 cherry pick (#821)
* Update dialog:merge tests around projects (#784) * Updating tests. * Merge branch '4.9' into chrimc/test Add nuget semver. * Change test to avoid checking path parts. * Follow package.json dependencies. * Fix merge match. * fix (#792) Co-authored-by: Vishwac Sena Kannan <[email protected]> * Fix to remove validation. (#793) Co-authored-by: Vishwac Sena Kannan <[email protected]> * fix the priority of stdin and in (#796) * fix the priority of stdin and in * fix the same issue in bf luis:generate * repalce all priority between stdin and --in * fix logic * remove only in luis build tests * Fix for direct luis direct version publish (#798) * Remove LUIS sdk and replace with direct http request * Removing unused line of code * fix (#802) Co-authored-by: Vishwac Sena Kannan <[email protected]> * fix (#803) Co-authored-by: Vishwac Sena Kannan <[email protected]> Co-authored-by: Emilio Munoz <[email protected]> * Various fixes to bf-lu (#813) * various fixes. * fixes * updates * updates * fix for luis:build issue. * updates for nDepth reference resolver. * Update luis:build to create result using luis() Co-authored-by: Vishwac Sena Kannan <[email protected]> Co-authored-by: Vishwac Sena Kannan <[email protected]> Co-authored-by: Vishwac Sena Kannan <[email protected]> * Set build version * resolve qnamaker build issues (#812) * write out endpointKeys to console for qnamaker build * qnamaker:build do not write .dialog if no --out is specified * fix typo Co-authored-by: Emilio Munoz <[email protected]> * resolve luis build issues (#804) * luis build do not write dialogs if no --out specified * qnamaker:build do not write .dialog if no --out is specified * fix suffix issue in luis build * revert qnamaker changes in this PR and add to another * fix typo Co-authored-by: Emilio Munoz <[email protected]> * Adding missing code lost in merges * Fixing merge * Adding missing test files * Fixing readme files Co-authored-by: Chris McConnell <[email protected]> Co-authored-by: Vishwac Sena Kannan <[email protected]> Co-authored-by: Vishwac Sena Kannan <[email protected]> Co-authored-by: Vishwac Sena Kannan <[email protected]> Co-authored-by: Fei Chen <[email protected]> Co-authored-by: Vishwac Sena Kannan <[email protected]>
1 parent ae06f14 commit f23dae0

File tree

63 files changed

+1538
-514
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+1538
-514
lines changed

.vscode/launch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@
157157
"dialog:merge",
158158
"tests/Microsoft.Bot.Builder.Dialogs.Declarative.Tests/*.csproj",
159159
"-o",
160-
"${env:TEMP}/app.schema"
160+
"${env:TEMP}/app.schema",
161+
"--verbose"
161162
],
162163
"internalConsoleOptions": "openOnSessionStart",
163164
"cwd": "${workspaceFolder}/../botbuilder-dotnet"

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'
31+
buildVersion: '4.9.1-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'
31+
buildVersion: '4.9.1-RC0'
3232
_version: ${{coalesce(variables.version, variables.buildVersion)}}
3333

3434
steps:

common/config/rush/pnpm-lock.yaml

Lines changed: 131 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)