Notifications for successful automated builds to each team member

后端 未结 4 587
死守一世寂寞
死守一世寂寞 2021-01-21 06:21

We are just integrating Visual Studio Team Services as our new workflow and setting up automated builds on commits to master. Currently the individual who commits to master and

4条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-21 06:31

    Notifications

    The VSTS Build Succeeded notification can be customized to report only on certain statuses using the Filter Criteria options, by creating the subscription for a team or group the notification will be sent to all members of the group:

    If you need more advanced filters, consider routing your notification to an alternate email address and point that to IFTTT or Microsoft Flow. Or using the Build notification step in Microsoft Flow directly.

    Visual Studio CD tools

    The VSTS CD Tools integrate build notification directly into Visual Studio. This results in a toast notification whenever you have Visual Studio open:

    Catlight

    Another great tool to get build notifications is Catlight, it runs from the task tray and will even notify you when Visual studio isn't open:

    Siren of Shame

    And a 4th option is Siren of Shame, which also offers integration with a USB emergency light that will start blinking when the build fails:

提交回复
热议问题