[Build] Fixed an errors in the build pipeline associated with having a space in the user name by Fydar · Pull Request #1941 · stride3d/stride (original) (raw)
PR Details
A fix of #1939, fixing all issues I encountered when building Stride.Core.AssemblyProcessor
and the errors in Stride.sln
when generating satellite assemblies (the localization assemblies).
Description
Adding "
to the .csproj
file commands that are failing due to spaces in the user name.
Related Issue
Motivation and Context
I am unable to contribute to the project since it can't build on my machine, which happens to have a space in the user name until issue #1939 is fixed, so I'm working through fixing it.
Types of changes
- Docs change / refactoring / dependency upgrade
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)
Checklist
- My change requires a change to the documentation.
- I have added tests to cover my changes.
- All new and existing tests passed.