Skip to content

Cloning into folders which have spaces in the path #78

Description

@Dave-Robertson92

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions