Bill
Bill

Reputation: 2748

TFS - Create alerts for successful release to specifc environment

How can I create an alert in TFS that sends an email to someone when a release is successful to a particular environment? In particular, I would like VSTS to send an email to the QA Team manager when a build is sucessfully released to the TEST environment, the second of three environments.

Intuitively, I would expect a 'Release' option in the 'Alert Category' dropdown but there is not.

We are currently using MS VSTFS Version 14.95.25229.0

Upvotes: 3

Views: 1846

Answers (1)

starian chen-MSFT
starian chen-MSFT

Reputation: 33698

You can configure it in release definition:

  1. Open/create a release definition
  2. Click … of specific environment > Deployment Conditions/Configure variables

enter image description here

  1. Click General tab and configure

enter image description here

Upvotes: 5

Related Questions