Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在此站点上找不到与运行自定义系统命令相关的任何信息:cakebuild.net/dsl
我该怎么做?
我要运行的真正命令是“upx mproject.exe”
如果我对您的理解正确,那么您正在寻找的是 Cake 中存在的进程别名:
http://cakebuild.net/dsl/process/
这些允许您从 Cake 脚本中启动任意进程。
另一种选择是创建一个包含您尝试执行的工具的 Cake Addin。