We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3726407 commit 9fcac31Copy full SHA for 9fcac31
appveyor.yml
@@ -80,7 +80,9 @@ before_deploy:
80
81
# requires APPVEYOR_DISCORD_WEBHOOK_URL enviroment variable set with Discord webhook URL
82
on_failure:
83
- - ps: '& "$env:APPVEYOR_BUILD_FOLDER\appveyor-discord.ps1 failure $env:APPVEYOR_DISCORD_WEBHOOK_URL"'
+ - ps: |
84
+
85
+ & $env:APPVEYOR_BUILD_FOLDER\appveyor-discord.ps1 failure $env:APPVEYOR_DISCORD_WEBHOOK_URL
86
87
cache:
88
- source\packages -> **source\packages.config
0 commit comments