We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077cd9a commit ad27fb5Copy full SHA for ad27fb5
src/Cli/func/Helpers/DotnetMuxer.cs
@@ -31,7 +31,6 @@ public DotnetMuxer()
31
if (_muxerPath is null)
32
{
33
// Best-effort search for muxer.
34
- // SDK sets DOTNET_HOST_PATH as absolute path to current dotnet executable
35
string processPath = Environment.ProcessPath;
36
37
// The current process should be dotnet in most normal scenarios except when dotnet.dll is loaded in a custom host like the testhost
0 commit comments