Skip to content

Commit 9fcac31

Browse files
authored
Update appveyor.yml
1 parent 3726407 commit 9fcac31

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ before_deploy:
8080
8181
# requires APPVEYOR_DISCORD_WEBHOOK_URL enviroment variable set with Discord webhook URL
8282
on_failure:
83-
- ps: '& "$env:APPVEYOR_BUILD_FOLDER\appveyor-discord.ps1 failure $env:APPVEYOR_DISCORD_WEBHOOK_URL"'
83+
- ps: |
84+
85+
& $env:APPVEYOR_BUILD_FOLDER\appveyor-discord.ps1 failure $env:APPVEYOR_DISCORD_WEBHOOK_URL
8486
8587
cache:
8688
- source\packages -> **source\packages.config

0 commit comments

Comments
 (0)