cake-build / resources

Contains different kind of resources such as bootstrappers and configuration files.
MIT License
54 stars 79 forks source link

Bootstrapper and quoting of cakeArguments #76

Closed Roemer closed 3 years ago

Roemer commented 5 years ago

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 5 years ago

Any news on that issue? I think that simple fix enables more options for cake target names (like DotNet: Build).

devlead commented 5 years ago

Boostrappers reside in resources repo, transferring this issue, would cake-build/resources#75 solve your issue? Haven't had a chance to look at that yet.

Roadrunner67 commented 4 years ago

@Roemer I believe this is solved in #79 and #80

augustoproiete commented 3 years ago

Resolved by #79, #80, and #97