Skip to content

Commit

Permalink
Removed email notification
Browse files Browse the repository at this point in the history
  • Loading branch information
pauby committed Feb 26, 2020
1 parent 404b529 commit 5a2e480
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,4 @@ test:
deploy:

on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

notifications:
- provider: Email
to:
secure: xxzrryH1TErXFSjxmYszGA==
subject: 'Build {{status}}' # optional
message: "{{message}}, {{commitId}}, ..." # optional
on_build_success: true
on_build_failure: true
on_build_status_changed: true
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

0 comments on commit 5a2e480

Please sign in to comment.