Open vlariono opened 7 years ago
Hi @vlariono,
Thanks for reporting this issue. The current parsing algorithm is quite simple and splits on comma.
I'll add support for the escape character ` (back quote) for allowing comma in parameters values:
TestParam=HereIs`,Comma
Is this issue is fixed. I'm also getting the same in VSTS
Extension fails task if parameter value contains comma. Example: "TestParam='HereIs,Comma"
The following warning will be shown "WARNING: Cannot parse parameter or property 'Comma'" and the task will be executed incorrectly since the value is partly passed.