Commit cd6b36f7 by Dane Springmeyer

avoid duplicate package [skip ci]

parent ec38bdfd
...@@ -29,7 +29,7 @@ install: ...@@ -29,7 +29,7 @@ install:
# make commit message env var shorter # make commit message env var shorter
- SET CM=%APPVEYOR_REPO_COMMIT_MESSAGE% - SET CM=%APPVEYOR_REPO_COMMIT_MESSAGE%
- ECHO commit message %CM% - ECHO commit message %CM%
- if not "%CM%" == "%CM:[publish binary]=%" node-pre-gyp --msvs_version=2013 package publish 2>&1 - if not "%CM%" == "%CM:[publish binary]=%" node-pre-gyp --msvs_version=2013 publish 2>&1
artifacts: artifacts:
- path: build\stage - path: build\stage
......
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