Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cloning into folders which have spaces in the path #78

Open
Dave-Robertson92 opened this issue May 18, 2021 · 1 comment
Open

Cloning into folders which have spaces in the path #78

Dave-Robertson92 opened this issue May 18, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@Dave-Robertson92
Copy link

Dave-Robertson92 commented May 18, 2021

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

@Dave-Robertson92 Dave-Robertson92 added the bug Something isn't working label May 18, 2021
@ewingjm
Copy link
Owner

ewingjm commented Aug 10, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants