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.
我不能让 nant 使用他们的 build.cmd 发布 Caliburn。谁能告诉我怎么做?
我应该使用哪些命令行参数?
您需要编辑Caliburn.build- 从文档:
Caliburn.build
您可以在根文件夹中编辑“Caliburn.build”来配置发布版本或许多其他选项。
更简单的是使用:
build "-D:build.config=release"
记住双引号!:)
也许我应该为重要的构建选项添加更多的 cmd?