diff options
author | Rob Mensching <rob@firegiant.com> | 2017-12-28 09:20:32 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-12-28 09:20:32 -0800 |
commit | 9543134b425f0edbbdb6fae69e3cd9c313fb694f (patch) | |
tree | 24d4e6f270fa03008eef393e546f3d1c93ccffdb | |
parent | 2c711ea621c03e415dc9ad9e9f103e09372b8c50 (diff) | |
download | wix-9543134b425f0edbbdb6fae69e3cd9c313fb694f.tar.gz wix-9543134b425f0edbbdb6fae69e3cd9c313fb694f.tar.bz2 wix-9543134b425f0edbbdb6fae69e3cd9c313fb694f.zip |
Send build notifications to Slack
-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= | ||