[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.

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

Checklist