Invoke corerun for ilc from --ilcpath

This commit is contained in:
Senthil 2015-11-23 11:12:04 -08:00 committed by schellap
parent e781a3bf68
commit c29d840424

View file

@ -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()