diff options
author | Rob Mensching <rob@firegiant.com> | 2017-12-27 14:11:39 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-12-27 14:11:39 -0800 |
commit | 6076d8c50fe5a43f272cc30fbf557fcd844e04e3 (patch) | |
tree | d78638dbbab6135b8d2e6810f07c46e7a2ff8aa2 /appveyor.yml | |
parent | ea3d18595a610ee07b03f07af4f03cf75b5ab420 (diff) | |
download | wix-6076d8c50fe5a43f272cc30fbf557fcd844e04e3.tar.gz wix-6076d8c50fe5a43f272cc30fbf557fcd844e04e3.tar.bz2 wix-6076d8c50fe5a43f272cc30fbf557fcd844e04e3.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 d9da1df5..0c74d54b 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= | ||