RRUZ / delphi-dev-shell-tools

Shell Extension for Delphi and Object Pascal Developers
https://theroadtodelphi.wordpress.com/
137 stars 41 forks source link

MSBuild command line fails when Build Configuration name contains Spaces #23

Open LK-Simon opened 5 years ago

LK-Simon commented 5 years ago

Where the Build Configuration name contains a space, MSBuild will interpret each distinct word as an additional parameter.

Easy solution is to wrap the name of the Build Configuration in double-quotes.

I shall implement the solution when I have time and issue another pull request for reintegration into the origin.

LK-Simon commented 5 years ago

Once peer-reviewed and reintegrated into this origin repository, this issue can be closed.