Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vlariono opened this issue Apr 10, 2017 · 2 comments
Open

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

vlariono opened this issue Apr 10, 2017 · 2 comments

Comments

@vlariono
Copy link

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
Copy link
Member

qetza commented Apr 19, 2017

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants