Skip to content

ArgumentStringHandler blocks usage of variables #1164

Answered by maxcherednik
makp0 asked this question in Q&A
Discussion options

You must be logged in to vote

Will duplicate my message here. Might be useful.

Was struggling with the upgrade from 6.3.0 to 7.0.0

After the upgrade the parameter of the node was double quoted by default.

NodeExe($"{yarnCommand}", workingDirectory: path, logger: LogErrorAsWarning);
I had to add the nq format.

NodeExe($"{yarnCommand:nq}", workingDirectory: path, logger: LogErrorAsWarning);
I guess it should have been the default option.

Am I doing something wrong?

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@Droppers
Comment options

Comment options

You must be logged in to vote
2 replies
@matt-richardson
Comment options

@matt-richardson
Comment options

Comment options

You must be logged in to vote
1 reply
@capjan
Comment options

Answer selected by makp0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants
Converted from issue

This discussion was converted from issue #1163 on May 08, 2023 11:45.