We need to be able to deploy to two different deployment groups, Development1 and QA for example, but use the Development variables in the QA release. We actually have 10 different releases that double up like this.
I've set up 2 stage/environment in a release definition. Development1 runs first and then QA is deployed by using an after stage trigger. The QA deployment needs to use the variables from Development1, not the default variables in the QA library based on the environment name. I need some way to have teh QA deployment use the Development1 variable set.
It looks like yaml has a way to do this but, we aren't using yaml for release definitions. I'm not coming up with a solution and hope someone may have an idea how to get this to work.