Build Counter Daily Build #
Is it possible to have the build counter only count daily builds. Essentially, I want a nightly reset of the build counter like Cruise Control has. Is there, currently, a way to do this? I saw that there is a post http://devnet.jetbrains.net/message/5265325#5265325 that describes how to do this with msbuildtasks and a batch script, but I don't want to use a script to run nightly. I'd like there to be a parameter to use.
Please sign in to leave a comment.
Hi Michael
Starting from version 7.0 we provide safer solution.
REST API now allows to modify settings, so you can update buildNumberCounter property remotely.
Thanks Michael