Is it possible to assign aliases or meaningful names to dependent build parameters (instead of %dep.bt252.*%)?
I often find myself trying to use a property from a dependent build, but I might have 4 builds with the same property defined. Unless I happen to know the %dep.bt<id>% off the top of my head, I have no idea which build I'm looking at.
Would it be possible to assign aliases (or other meaningful names) to the dependent builds so that the parameters show up like this:
- %dep.Application.build.number%
- %dep.Documentation.build.number%
- %dep.Installer.build.number%
instead of this:
- %dep.bt67.build.number%
- %dep.bt134.build.number%
- %dep.bt91.build.number%
-Bryan
Please sign in to leave a comment.
Hello, Bryan.

You can define a custom build parameters for your configurations with %dep.bt67.build.number% as values:
Now you can use them accross the build configuration.