Is it possible to share version number across build configurations?
Is there a way, or file, that can share a version number with one or more build configurations? I have dev and release build for various components and I'd like them to increment the same version sequence.
Thanks. Dave
Please sign in to leave a comment.
Hi Dave,
I don't know if this will help but I did notice in the TeamCity docs that there is a way to share the build number across configurations, here is the link:
http://www.jetbrains.net/confluence/display/TCD4/How+To...#HowTo...-Sharethebuildnumberforbuildsinachainbuild
-Lee-