提交 d4563d5b 编写于 作者: J johnche(车雄生)

fix CI fail

上级 1d9de5e0
......@@ -22,7 +22,9 @@ namespace XLua
return;
}
List<string> assemblyPathList = args.TakeWhile(path => path.EndsWith(".dll", StringComparison.OrdinalIgnoreCase)).ToList();
List<string> assemblyPathList = args.TakeWhile(path =>
path.EndsWith(".dll", StringComparison.OrdinalIgnoreCase) ||
path.EndsWith(".exe", StringComparison.OrdinalIgnoreCase)).ToList();
if (args.Length > assemblyPathList.Count)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册