Teamcity running build steps even when tests fail

后端 未结 5 1135
予麋鹿
予麋鹿 2020-12-16 10:23

I am having problems with Teamcity, where it is proceeding to run build steps even if the previous ones were unsuccessful.

The final step of my Build co

5条回答
  •  情深已故
    2020-12-16 10:55

    In the end, I was able to solve the problem with a snapshot dependency, where I would have a separate 'deploy' build that was dependent on the test build, and now it doesn't run if tests fail.

    This was useful for setting the dependency up.

提交回复
热议问题