Invoke corerun for ilc from --ilcpath
This commit is contained in:
parent
e781a3bf68
commit
c29d840424
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ namespace Microsoft.DotNet.Tools.Compiler.Native
|
|||
|
||||
public int Invoke()
|
||||
{
|
||||
var executablePath = Path.Combine(AppContext.BaseDirectory, ExecutableName);
|
||||
var executablePath = Path.Combine(config.IlcPath, ExecutableName);
|
||||
|
||||
var result = Command.Create(executablePath, ArgStr)
|
||||
.ForwardStdErr()
|
||||
|
|
Loading…
Add table
Reference in a new issue