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.
我有一个 BuildDefinition 文件,在最后一部分中,由于部署的复杂性,我使用控制台应用程序部署应用程序(图像中的 B)。
但是当构建失败时,不应部署应用程序。
所以我想使用 BuildDetail.Status(在 A 中使用),但构建尚未完成,它显示 InProgress。
问题是,当构建失败时,如何阻止部署开始?(可能在 If (B) 中。
好的,想通了,应该使用BuildDetail.CompilationStatus
BuildDetail.CompilationStatus