Skip to content

Commit 4534ab6

Browse files
author
Chris Maunder
committed
correcting build path
1 parent 43947b9 commit 4534ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
"command": "dotnet",
257257
"args": [
258258
"build",
259-
"${workspaceFolder}/src/demos/clients/Net/CodeProject.AI.Explorer",
259+
"${workspaceFolder}/src/demos/clients/Net/AiExplorer",
260260
"/property:GenerateFullPaths=true",
261261
"/consoleloggerparameters:NoSummary"
262262
],

0 commit comments

Comments
 (0)