Bootstrapper and quoting of cakeArguments
Roemer opened this issue · 4 comments
Roemer commented
The cake arguments like target
do not include quotes currently.
For example it looks like;
if ($Target) { $cakeArguments += "-target=$Target" }
In (very) old versions, it did quote the variables like:
-target=`"$Target`"
Which allowed the target to contain for example spaces. Is there any reason that the quotes were removed?
Roemer commented
Any news on that issue? I think that simple fix enables more options for cake target names (like DotNet: Build
).
devlead commented
Boostrappers reside in resources repo, transferring this issue, would
#75 solve your issue? Haven't had a chance to look at that yet.
Roadrunner67 commented
augustoproiete commented