1 parent e21fd7b commit b3bb079Copy full SHA for b3bb079
1 file changed
scripts/build-appveyor.bat
@@ -22,10 +22,10 @@ IF /I "%platform%"=="x64" ECHO x64 && CALL "C:\Program Files (x86)\Microsoft Vis
22
IF /I "%platform%"=="x86" ECHO x86 && CALL "C:\Program Files (x86)\Microsoft Visual Studio %msvs_toolset%.0\VC\vcvarsall.bat" x86
23
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
24
25
-ECHO using compiler^: && cl
+ECHO using compiler^: && CALL cl
26
27
28
-ECHO using MSBuild^: && msbuild /version && ECHO.
+ECHO using MSBuild^: && CALL msbuild /version && ECHO.
29
30
31
@@ -65,7 +65,7 @@ call where node
65
ECHO available npm^:
66
call where npm
67
68
-ECHO node^: && node -v
+ECHO node^: && call node -v
69
call node -e "console.log(process.argv,process.execPath)"
70
71
0 commit comments