dotnet / buildtools

Build tools that are necessary for building the .NET Core projects
477 stars 240 forks source link

Fix build for paths with spaces #2212

Closed ViktorHofer closed 5 years ago

ViktorHofer commented 5 years ago

Contributes to https://github.com/dotnet/corefx/pull/34315

Fix build errors when paths contain empty spaces in the init-tools and optional tools setup.

ViktorHofer commented 5 years ago

Thanks!