Skip to content

Commit 74ffd69

Browse files
committed
Changed scope of env var to hold nanoCLR
1 parent 86d9745 commit 74ffd69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MetadataProcessor.Tests/TestObjectHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,6 @@ internal static MethodDefinition GetMethodDefinition(
484484
// no need to check if path exists as this validation is performed by nanoclr
485485
public static string NanoClrLocalInstance => Environment.GetEnvironmentVariable(
486486
_varNameForLocalNanoCLRInstancePath,
487-
EnvironmentVariableTarget.User);
487+
EnvironmentVariableTarget.Process);
488488
}
489489
}

0 commit comments

Comments
 (0)