Skip to content

Commit

Permalink
Remove Discord notifications [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ldilley authored Oct 11, 2024
1 parent 69cc328 commit d40e408
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ before_build:
- nuget restore CSharp\MineStat.sln
build:
verbosity: minimal
on_success:
- ps: Invoke-RestMethod https://raw.githubusercontent.com/DiscordHooks/appveyor-discord-webhook/master/send.ps1 -o send.ps1
- ps: ./send.ps1 success $env:WEBHOOK_URL
on_failure:
- ps: Invoke-RestMethod https://raw.githubusercontent.com/DiscordHooks/appveyor-discord-webhook/master/send.ps1 -o send.ps1
- ps: ./send.ps1 failure $env:WEBHOOK_URL
notifications:
- provider: GitHubPullRequest
on_build_success: true
Expand Down

0 comments on commit d40e408

Please sign in to comment.