Skip to content

Commit f19e8ab

Browse files
committed
Improve progress output, fix potential race condition while rebuilding multiple projects
1 parent b56a9fa commit f19e8ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BuiltInTools/dotnet-watch/Properties/launchSettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"profiles": {
33
"dotnet-watch": {
44
"commandName": "Project",
5-
"commandLineArgs": "--verbose -bl",
6-
"workingDirectory": "C:\\bugs\\9756\\aspire-watch-start-issue\\Aspire.AppHost",
5+
"commandLineArgs": "",
6+
"workingDirectory": "C:\\temp\\Razor",
77
"environmentVariables": {
88
"DOTNET_WATCH_DEBUG_SDK_DIRECTORY": "$(RepoRoot)artifacts\\bin\\redist\\$(Configuration)\\dotnet\\sdk\\$(Version)",
99
"DCP_IDE_REQUEST_TIMEOUT_SECONDS": "100000",

0 commit comments

Comments
 (0)