sam-cogan / arm-ttk-extension-xplatform

MIT License
11 stars 5 forks source link

Add quotes around the includetests and skiptests parameters #28

Closed rfennell closed 10 months ago

rfennell commented 10 months ago

Fixes #27

If a comma separated list is passed to the skiptest parameter an error is thrown

[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