ewingjm / development-hub

A continuous integration solution for Power Apps.
MIT License
35 stars 8 forks source link

Cloning into folders which have spaces in the path #78

Open Dave-Robertson92 opened 3 years ago

Dave-Robertson92 commented 3 years ago

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 &quot;%(SolutionProjectsToBuild.FullPath)&quot; --configuration $(Configuration)" />

in the file DevelopmentHub.Deployment.csproj

ewingjm commented 3 years ago

Hi, @Dave-Robertson92. Could you do a pull request for this one if you get time?