I switch the server I am testing on a bunch at my job. I have global variables for the domain to help me switch between them. Then in the repository I also have Domain variables. Is there anyway I can map my repository variables to my domain variables?
Right now I have to change 2 global variables, 2 repo variables, then the SQL server my (several) data sources are pointing to. It is getting a bit ridiculousness.
Thanks