development-hub icon indicating copy to clipboard operation
development-hub copied to clipboard

build: fix build when repo path includes spaces

Open Dave-Robertson92 opened this issue 4 years ago • 0 comments

Cloning solution into folder with spaces in the path

Purpose

Allow the clone solution into folder with spaces in the path

Approach

replace line: <Exec Command="dotnet build %(SolutionProjectsToBuild.FullPath) --configuration $(Configuration)" /> with <Exec Command="dotnet build "%(SolutionProjectsToBuild.FullPath)" --configuration $(Configuration)" />

Dave-Robertson92 avatar Aug 16 '21 12:08 Dave-Robertson92