Variable substitution question

I have a variable #{SqlServer} included via a variable set but then also directly define the same variable in my local project variables, will the local variable value trump the variable set definition value?

thanks

Hi,

Thanks for reaching out. The Project variable will prevail over the variable set variable. Variable sets are considered a more generic kind of variable, since all projects can use them. Project variables on the other hand are more specific, and because of that they are the ones that prevail.

Thanks

Dalmiro.