Forum Discussion
> through CommandLine we can pass value only to one project variable
Oh, really? I was sure that it is possible to pass as many variables as required by specifying several /pv: parameters...
Nevertheless, it is good to hear that the problem has been solved.
I tried that too, I tried all possible combinations for example - "/pv:{varaiable1 name}={variable1 value}, /pv:{variable2 name}={variable2 value}..." OR "/pv:{variable1 name}={variable1 value}, {variable2 name}={variable2 value}..." OR "pv:{variable name}={variable value}; {variable name}={variable value}.."
and for each, it maps the entire string to the first variable, varaible1 value = {variable1 value}, /pv:{variable2 name}={variable2 value}...
P.S. It is a possibility that I am missing something.. Please share if anyone knows.