We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaaeee2 commit 025bd55Copy full SHA for 025bd55
src/BuiltInTools/dotnet-watch/Properties/launchSettings.json
@@ -3,7 +3,7 @@
3
"dotnet-watch": {
4
"commandName": "Project",
5
"commandLineArgs": "--verbose /bl:DotnetRun.binlog",
6
- "workingDirectory": "C:\\sdk5\\artifacts\\tmp\\Debug\\Aspire_ApplyD---C6DC4E42\\WatchAspire.AppHost",
+ "workingDirectory": "$(RepoRoot)src\\Assets\\TestProjects\\BlazorWasmWithLibrary\\blazorwasm",
7
"environmentVariables": {
8
"DOTNET_WATCH_DEBUG_SDK_DIRECTORY": "$(RepoRoot)artifacts\\bin\\redist\\$(Configuration)\\dotnet\\sdk\\$(Version)",
9
"DCP_IDE_REQUEST_TIMEOUT_SECONDS": "100000",
0 commit comments