Disabling Build Number Incrementing
Is it possible to not have TeamCity increment the build number? I would like to have debug and release configurations and only during release would I like to update the build. The debug configurations is basically for the build developer to test out anything new they have added.
Thanks
-Jonathan
Please sign in to leave a comment.
You can remove {0} from the build number pattern. In this case build number will always be the same and you will have to manually edit build configuration settings to change it.