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

Commit 9d290ea

Browse files
author
Chris McConnell
authored
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.
1 parent 60e42cc commit 9d290ea

File tree

25 files changed

+473
-142
lines changed

25 files changed

+473
-142
lines changed

.vscode/launch.json

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"args": [
1818
"luis:build",
19-
"--luConfig",
19+
"--luConfig",
2020
"${env:TEMP}/sandwich.out/luconfig.json"
2121
],
2222
"internalConsoleOptions": "openOnSessionStart",
@@ -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"
@@ -183,7 +184,7 @@
183184
{
184185
"type": "node",
185186
"request": "launch",
186-
"name": "Dialog merge test schema",
187+
"name": "Bot Builder merge test schema",
187188
"preLaunchTask": "${defaultBuildTask}",
188189
"program": "${workspaceFolder}/packages/dialog/bin/run",
189190
"outputCapture": "std",
@@ -200,6 +201,26 @@
200201
"internalConsoleOptions": "openOnSessionStart",
201202
"cwd": "${workspaceFolder}/packages/dialog/test/commands/dialog"
202203
},
204+
{
205+
"type": "node",
206+
"request": "launch",
207+
"name": "Runbot schema",
208+
"preLaunchTask": "${defaultBuildTask}",
209+
"program": "${workspaceFolder}/packages/dialog/bin/run",
210+
"outputCapture": "std",
211+
"outFiles": [
212+
"./packages/dialog/lib/**"
213+
],
214+
"args": [
215+
"dialog:merge",
216+
"runbot.csproj",
217+
"-o",
218+
"runbot.schema",
219+
"--verbose"
220+
],
221+
"internalConsoleOptions": "openOnSessionStart",
222+
"cwd": "${workspaceFolder}/../botbuilder-samples/experimental/generation/runbot/"
223+
},
203224
{
204225
"type": "node",
205226
"request": "launch",
@@ -213,10 +234,10 @@
213234
],
214235
"args": [
215236
"luis:build",
216-
"--in",
217-
".",
218237
"--luConfig",
219-
"luconfig.json"
238+
"luconfig.json",
239+
"--authoringKey",
240+
"${env:LUIS_AUTHORING_KEY}"
220241
],
221242
"internalConsoleOptions": "openOnSessionStart",
222243
"cwd": "${env:TEMP}/sandwich.out"

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)