How do I set "Running step" or other status from a NAnt script?
I'd like to have more control over what's displayed while a build is running, either in the "Running step" field within TeamCity or somewhere else.
One of my builds is a loop that run a certain database operation over close to 100 databases. The "Running step" always shows "restore-dbs : call : restore-dbs-go : foreach" and is not that helpful. I'd prefer if there was some way I can provide better text within my script.
Thanks,
Sam
Please sign in to leave a comment.
Please take a look at "build progress" service messages: http://www.jetbrains.net/confluence/display/TCD5/Build+Script+Interaction+with+TeamCity