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.
我的 TeamCity 构建中有一个构建步骤,只有在前一个构建步骤失败时才应该运行(前一个构建步骤是集成测试运行)。我看到的每一个指导都只涵盖了如何在没有构建步骤失败的情况下运行构建步骤,这是通过 TeamCity GUI 提供的。
我试图从 Team City 获得对此的支持,但没有得到回复,所以我决定在这里发布我的问题。