Skip to content
This repository was archived by the owner on Aug 23, 2019. It is now read-only.

Commit c8a05dc

Browse files
committed
Fixed console runner assembly path loading
1 parent 5be640f commit c8a05dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Machine.Specifications.ConsoleRunner/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public ExitCode Run(string[] arguments)
120120
continue;
121121
}
122122

123-
assemblies.Add(new AssemblyPath(assemblyName));
123+
assemblies.Add(new AssemblyPath(Assembly.ReflectionOnlyLoadFrom(assemblyName).Location));
124124
}
125125

126126
if (options.WaitForDebugger)

0 commit comments

Comments
 (0)