We are using TFS 2012 and have a build server setup. I would like to send out an email when a certain build is complete. In this email I would like to send out a list of the Associated Changesets and Associated Work Items. In the build template I call a script to deploy the build. At that time the log file is not available.
Is there a way I can run a script after the build so that I can read the log file, or is there another way for me to access the Associated Changesets and Associated Work Items for the email?