Remove Appveyor deploy rule

This commit is contained in:
Thomas Nordquist
2019-02-27 17:23:27 +01:00
parent 9644952d81
commit 1e6fa11f0f
2 changed files with 4 additions and 13 deletions

View File

@@ -12,21 +12,12 @@ install:
build_script:
- yarn
- yarn build
- yarn prepare-release
- yarn package appx
test_script:
- yarn test
before_deploy:
- yarn prepare-release
- yarn package appx
deploy:
- provider: Environment
name: production
on:
branch: master # only this will work
# APPVEYOR_REPO_TAG: true # condition will never be evaluated
artifacts:
- path: 'build\clean\build\MQTT-Explorer*.appx'