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.
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.