Description
If you clone and use based on a folder path with spaces in it you get an error building solutions
Steps to reproduce
Clone solution into folder with spaces in the path
Expected behavior
solutions to build
Additional context
replace line:
<Exec Command="dotnet build %(SolutionProjectsToBuild.FullPath) --configuration $(Configuration)" />
with
<Exec Command="dotnet build "%(SolutionProjectsToBuild.FullPath)" --configuration $(Configuration)" />
in the file DevelopmentHub.Deployment.csproj
Description
If you clone and use based on a folder path with spaces in it you get an error building solutions
Steps to reproduce
Clone solution into folder with spaces in the path
Expected behavior
solutions to build
Additional context
replace line:
<Exec Command="dotnet build %(SolutionProjectsToBuild.FullPath) --configuration $(Configuration)" />with
<Exec Command="dotnet build "%(SolutionProjectsToBuild.FullPath)" --configuration $(Configuration)" />in the file DevelopmentHub.Deployment.csproj