Sergio8888
Sergio8888

Reputation: 13

Visual Studio TFS Alerts: How to send out an alert upon successful publish of a web application?

I have taken a look at alerts management for TFS 2012 after installing power tools, and I can see about four types of alert templates:

I was wondering if there was a possibility of having a supported way to register alerts under “Publish” event-type, manageable directly via the Alerts explorer.

If not, I thought of some workarounds:

Which approach would be a supported way for setting "on publish"-event alerts for web solutions via TFS?

Upvotes: 1

Views: 312

Answers (1)

Dylan Smith
Dylan Smith

Reputation: 22235

My suggestion would be not to use the Publish in Visual Studio but instead to use a Build to publish your solution (either triggered on check-in, or manually triggered). Then you can easily setup an alert on that build. Using a build instead of VS-Publish is also considered a better practice because it gives you more power and flexibility for the deployment process.

Upvotes: 1

Related Questions