diff options
author | Rob Mensching <rob@firegiant.com> | 2017-12-27 14:23:59 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-12-27 14:23:59 -0800 |
commit | fe7112d862cab6ba28ee40e5539de8e297e0bbf2 (patch) | |
tree | 7fb5148a99020116e43a95312e53dc0dfb798ecf /appveyor.yml | |
parent | 68075faa4a60e8016ea7653cfc1396cd00e3f646 (diff) | |
download | wix-fe7112d862cab6ba28ee40e5539de8e297e0bbf2.tar.gz wix-fe7112d862cab6ba28ee40e5539de8e297e0bbf2.tar.bz2 wix-fe7112d862cab6ba28ee40e5539de8e297e0bbf2.zip |
Send build notifications to Slack
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 3853fb32..49a9f928 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -22,3 +22,8 @@ skip_tags: true | |||
22 | artifacts: | 22 | artifacts: |
23 | - path: build\Release\**\*.nupkg | 23 | - path: build\Release\**\*.nupkg |
24 | name: nuget | 24 | name: nuget |
25 | |||
26 | notifications: | ||
27 | - provider: Slack | ||
28 | incoming_webhook: | ||
29 | secure: p5xuu+4x2JHfwGDMDe5KcG1k7gZxqYc4jWVwvyNZv5cvkubPD2waJs5yXMAXZNN7Z63/3PWHb7q4KoY/99AjauYa1nZ4c5qYqRPFRBKTHfA= | ||