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