TeamCity - Re-running a specific build step
问题 For arguments sake if you've configured 3 builds steps and you want to re-run the 3rd step in isolation (not run the prior 2 steps), how would you achieve this? 回答1: No, not possible....unless you temporarily disable the earlier steps in admin, and run the build again. http://confluence.jetbrains.com/display/TCD7/Configuring+Build+Steps 回答2: You could split your 3 build steps into 2 build configurations with a snapshot dependency between the two. The first build configuration would contain