Autoincrementer - share build # across builds
I'm looking to share a build number across builds and I've looked at the autoincrementer but I don't think it's quite what I'm looking for. I have to builds, A & B and when using the autoincrementer, when each of those builds run it increments the shared number but what I'd really like is build A & B to always have the same build number. Assume build B is dependent on build A.
Thanks,
Dave
Please sign in to leave a comment.
David,
Seems like this entry should answer the question.
This will work for the build configurations linked by a snapshot dependency. Without it, there is no clear way to figure out when to use the same number and where not.
Actually, snapshot dependency is a powerful concept that you might need to use if you have builds whith dependencies on the source code level.
This is perfect and worked for what I needed, thanks!