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

Receive udp packets in android gstreamer -

php - Extract Text from HTTP referer -

java - Callback from new thread to class from which thread was initiated -