Hi

Hi,

(I'm using Delphi Tokyo)
Is there a way to use the same Build number for Debug and Release?
As I understand the IDE keep separated build count for each build configuration. Is there a way to unify debug and release per platform?
Today my project show debug build as 781 and release build as 62. It is very hard to track errors in source code this way.

How do you guys managed it?
Is there a tool to generate a common build number?

Thanks,
Clément

Comments

  1. Use a build tool. IDE tooling is a bit hopeless

    ReplyDelete
  2. Uwe Raabe I wonder if with your tool I could set Version Infos once in a Windows FMX App and use them in, both, 32 bit and 64 bit builds

    ReplyDelete
  3. Marco Cirinei Unfortunately that is not possible because there is no common configuration for generic Windows. I think about adding such functionality, though.

    ReplyDelete

Post a Comment