未验证 提交 79bb85a5 编写于 作者: A Ashley Hauck

Respond to PR feedback

上级 91b329f8
......@@ -29,15 +29,7 @@ private static string GetIlasmPath()
}
else
{
string ilasmExeName;
if (PlatformInformation.IsWindows)
{
ilasmExeName = "ilasm.exe";
}
else
{
ilasmExeName = "ilasm";
}
var ilasmExeName = PlatformInformation.IsWindows ? "ilasm.exe" : "ilasm";
var directory = AppContext.BaseDirectory;
string path = null;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册