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 和 Nunit 运行测试。
是否可以在 Nant .build 文件中设置时间,
让测试在我设定的时间内运行。
如果可以执行,我该如何编写构建文件?
听起来您正在谈论建立一个持续集成环境。
我强烈建议您研究Jenkins,因为它非常容易启动和运行,并且会完全按照您的意愿行事。