Skip to content

Commit b3bb079

Browse files
author
Dane Springmeyer
committed
add more call [publish binary]
1 parent e21fd7b commit b3bb079

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/build-appveyor.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ IF /I "%platform%"=="x64" ECHO x64 && CALL "C:\Program Files (x86)\Microsoft Vis
2222
IF /I "%platform%"=="x86" ECHO x86 && CALL "C:\Program Files (x86)\Microsoft Visual Studio %msvs_toolset%.0\VC\vcvarsall.bat" x86
2323
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
2424

25-
ECHO using compiler^: && cl
25+
ECHO using compiler^: && CALL cl
2626
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
2727

28-
ECHO using MSBuild^: && msbuild /version && ECHO.
28+
ECHO using MSBuild^: && CALL msbuild /version && ECHO.
2929
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
3030

3131

@@ -65,7 +65,7 @@ call where node
6565
ECHO available npm^:
6666
call where npm
6767

68-
ECHO node^: && node -v
68+
ECHO node^: && call node -v
6969
call node -e "console.log(process.argv,process.execPath)"
7070
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
7171

0 commit comments

Comments
 (0)