psake / psake-vsts

MIT License
7 stars 3 forks source link

##[warning]Cannot parse parameter or property #4

Open vlariono opened 7 years ago

vlariono commented 7 years ago

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.

qetza commented 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

vipinbmenon commented 6 years ago

Is this issue is fixed. I'm also getting the same in VSTS