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.
目前我正在尝试从 vb.net 项目运行“ant release”。我尝试过使用 Process.start,我尝试过使用 Shell。但不幸的是,这两个似乎都没有执行 ant 或者没有给它足够的时间来完成构建。如果我在命令提示符下运行它,它工作正常。