Polling build results from TFS and pushing them to slack via webhook
- Create an incoming webHook in the slack team of your choice
- Modify appSettings.config
- Build
- TfsPoller.exe install
- TfsPoller.exe start
##Additional application settings:
- slack.username (default "TFS Build Bot")
- slack.defaultchannel (default #general) - where all non-failed-build notifications are posted
- slack.failedchannel (default #general)
- slack.failedicon (default 📛)
- slack.defaulticon (default ✅)
##FAQ
- Why are there so many package dependencies?
- You know...