fix starts.cmd when there is a space in user name (#5963)
This commit is contained in:
parent
7b77332441
commit
0d200b4328
|
|
@ -17,7 +17,7 @@ SET PATH=%DOTNET_ROOT%;%PATH%
|
||||||
|
|
||||||
SET sln=%1
|
SET sln=%1
|
||||||
|
|
||||||
IF NOT EXIST %DOTNET_ROOT%\dotnet.exe (
|
IF NOT EXIST "%DOTNET_ROOT%\dotnet.exe" (
|
||||||
echo .NET Core has not yet been installed. Run `build.cmd -restore` to install tools
|
echo .NET Core has not yet been installed. Run `build.cmd -restore` to install tools
|
||||||
exit /b 1
|
exit /b 1
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue