Skip to content

Commit 9e96f47

Browse files
committed
remove race
1 parent 712ad41 commit 9e96f47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Tools/dotnet-watch/test/Scenario/WatchableApp.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ public void Start(IEnumerable<string> arguments, [CallerMemberName] string name
104104
WorkingDirectory = SourceDirectory,
105105
EnvironmentVariables =
106106
{
107-
["DOTNET_CLI_CONTEXT_VERBOSE"] = bool.TrueString,
108107
["DOTNET_USE_POLLING_FILE_WATCHER"] = UsePollingWatcher.ToString(),
109108
},
110109
};

0 commit comments

Comments
 (0)