Link multiple build configurations

Hi,

I’d like to link these three configurations of a single project:

1. Debug build and unit tests
2. Release build
3. Automated setup and UI tests

To trigger the second configuration not a problem. I just add a build completed trigger to it. This trigger sets the configuration variable RunAutomaticTests to “Yes”. But how do I trigger the third configuration if RunAutomaticTests is set to “Yes”?

Kind regards

Kay Zumbusch

Hi Kaye,

You can’t currently pass variables from one configuration to another. We plan to do some work on passing variables and other information to builds started by build completed triggers soon.