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 d4c03c2 commit 005273cCopy full SHA for 005273c
LogicAppUnit/Hosting/WorkflowTestHost.cs
@@ -220,7 +220,7 @@ private static string GetEnvPathForFunctionTools()
220
// Handle the differences between platforms
221
if (OperatingSystem.IsWindows())
222
{
223
- enviromentPath = Environment.GetEnvironmentVariable("PATH", EnvironmentVariableTarget.Machine);
+ enviromentPath = Environment.GetEnvironmentVariable("PATH", EnvironmentVariableTarget.Process);
224
exeName = "func.exe";
225
}
226
else
0 commit comments