Skip to content

Commit

Permalink
debugging powershell syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolalysenko committed Jun 15, 2016
1 parent 7e8fa4b commit e14c91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ test_script:
- npm test

deploy_script:
- ps: if ($env:APPVEYOR_REPO_TAG="true") {./node_modules/.bin/prebuild --all --strip -u $env:GITHUB_TOKEN}
- ps: if ($env:APPVEYOR_REPO_TAG) {./node_modules/.bin/prebuild --all --strip -u $env:GITHUB_TOKEN}

0 comments on commit e14c91e

Please sign in to comment.