c# - TeamCity - Re-running a specific build step -


for arguments sake if you've configured 3 builds steps , want re-run 3rd step in isolation (not run prior 2 steps), how achieve this?

no, not possible....unless temporarily disable earlier steps in admin, , run build again.

http://confluence.jetbrains.com/display/tcd7/configuring+build+steps


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -