Commit da6bc43c by Dane Springmeyer

[publish binary] win fix

parent 95351ddc
...@@ -134,7 +134,8 @@ IF %ERRORLEVEL% NEQ 0 GOTO ERROR ...@@ -134,7 +134,8 @@ IF %ERRORLEVEL% NEQ 0 GOTO ERROR
CALL node_modules\.bin\node-pre-gyp package %TOOLSET_ARGS% CALL node_modules\.bin\node-pre-gyp package %TOOLSET_ARGS%
::make commit message env var shorter ::make commit message env var shorter
SET CM=%APPVEYOR_REPO_COMMIT_MESSAGE% SET CM=%APPVEYOR_REPO_COMMIT_MESSAGE%
IF NOT "%CM%" == "%CM:[publish binary]=%" (ECHO publishing && CALL node-pre-gyp --msvs_version=2015 unpublish publish %TOOLSET_ARGS%) ELSE (ECHO not publishing) IF NOT "%CM%" == "%CM:[publish binary]=%" (ECHO publishing && CALL node_modules\.bin\node-pre-gyp --msvs_version=%msvs_version% publish %TOOLSET_ARGS%) ELSE (ECHO not publishing)
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
GOTO DONE GOTO DONE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment