Update AppVeyor notifications

This commit is contained in:
Matt Nadareski
2021-09-24 10:44:49 -07:00
parent e9e4c63f41
commit 8b35393d1f

View File

@@ -39,6 +39,14 @@ test:
assemblies:
- SabreTools.Test.dll
# success/failure tracking
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
# artifact linking
artifacts:
- path: SabreTools\bin\Debug\SabreTools_netcoreapp3.1.zip