Closed rfennell closed 10 months ago
Fixes #27
If a comma separated list is passed to the skiptest parameter an error is thrown
skiptest
[error]process argument transformation on parameter 'clientSecret'. Cannot convert value to type System.String.
The fix appears to be to enclose the list of skiptest within quotes when added to the inner ps_runner.ps1 script
ps_runner.ps1
Fixes #27
If a comma separated list is passed to the
skiptest
parameter an error is thrownThe fix appears to be to enclose the list of
skiptest
within quotes when added to the innerps_runner.ps1
script