Skip to content

Commit

Permalink
Merge branch 'master' of https://www.github.com/ProgTrade/nUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Beger committed Jul 27, 2019
2 parents a189072 + 9a8a9f6 commit 94c3dcf
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions appveyor.yml
@@ -0,0 +1,37 @@
version: 4.0.{build}
branches:
only:
- develop
image: Visual Studio 2019
before_build:
- cmd: nuget restore
build:
project: nUpdate.sln
verbosity: minimal
deploy:
- provider: FTP
host: trade-programming.de
protocol: ftps
username: ftp1@trade-programming.de
password:
secure: F1iZciMuQW3MCkaP6s6yM0z0PqoZe5FGynQiKt+TzYs=
folder: /nupdate.net/htdocs/build
on:
branch: develop
notifications:
- provider: Email
to:
- dominic.beger@hotmail.de
subject: AppVeyor Build Succeeded
message: The newest build of the develop-branch was successfully created.
on_build_success: true
on_build_failure: false
on_build_status_changed: false
- provider: Email
to:
- dominic.beger@hotmail.de
subject: AppVeyor Build Failed
message: The newest build of the develop-branch was successfully failed.
on_build_success: false
on_build_failure: false
on_build_status_changed: false

0 comments on commit 94c3dcf

Please sign in to comment.