Kaynağa Gözat

fix starts.cmd when there is a space in user name (#5963)

Mark Dixon 7 yıl önce
ebeveyn
işleme
0d200b4328
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      startvs.cmd

+ 1 - 1
startvs.cmd

@@ -17,7 +17,7 @@ SET PATH=%DOTNET_ROOT%;%PATH%
 
 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
     exit /b 1
 )