try appveyor deploy

This commit is contained in:
Patrick von Reth 2015-07-24 10:18:00 +02:00
parent 55e6ee9d6b
commit 8155c6e99b
2 changed files with 6 additions and 2 deletions

View File

@ -31,7 +31,11 @@ environment:
artifacts:
- path: work\image
name: $(APPVEYOR_PROJECT_NAME)
name: $(APPVEYOR_PROJECT_NAME)-$(APPVEYOR_BUILD_VERSION)
- path: work\log
name: log
deploy:
- provider: Environment
name: my

View File

@ -16,4 +16,4 @@ SetupSnoreSend "$env:APPVEYOR_BUILD_FOLDER\work\image\bin" @{
"Pushover-SECONDARY_BACKEND/Enabled.v1" = "true"}}
SendSnoreNotification "Build complete!" "Build of SnoreNotify succeeded!"
SendSnoreNotification "Build complete!" "Build of SnoreNotify succeeded"