运行构建脚本
所以我有这个构建脚本需要“运行”或“安装”?这是一个 .proj 文件。说明是使用 MSBuild 运行此脚本。我该怎么做?
谢谢!
So I have this build script I need to "run" or "install"? It's a .proj file. The directions are to run this script using MSBuild. How would I do this?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
打开 Visual Studio 命令提示符。
是文件的路径。Open a Visual Studio Command Prompt.
<filename>
is the path to the file.使用多个并发进程(每个 CPU 一个)运行,如果您拥有多 CPU 计算机,则对于“重型”项目可能很有用:
Run using multiple concurrent processes (one per CPU), could be useful for "heavy" projects in case when you have multi-CPU computer: