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 86d9745 commit 74ffd69Copy full SHA for 74ffd69
MetadataProcessor.Tests/TestObjectHelper.cs
@@ -484,6 +484,6 @@ internal static MethodDefinition GetMethodDefinition(
484
// no need to check if path exists as this validation is performed by nanoclr
485
public static string NanoClrLocalInstance => Environment.GetEnvironmentVariable(
486
_varNameForLocalNanoCLRInstancePath,
487
- EnvironmentVariableTarget.User);
+ EnvironmentVariableTarget.Process);
488
}
489
0 commit comments