We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)" />
<Exec Command="dotnet build %(SolutionProjectsToBuild.FullPath) --configuration $(Configuration)" />
<Exec Command="dotnet build "%(SolutionProjectsToBuild.FullPath)" --configuration $(Configuration)" />
in the file DevelopmentHub.Deployment.csproj
The text was updated successfully, but these errors were encountered:
Hi, @Dave-Robertson92. Could you do a pull request for this one if you get time?
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: