I am trying to customize the build email alerts in TFS 2012.
I tried editing the files BuildCompletedEvent.xsl and BuildCompletionEvent.xsl in the following location
C:\Program Files\Microsoft Team Foundation Server\Application Tier\TFSJobAgent\Transforms\1033
for testing I changed the message "Succeeded" to "Succeeded 12345" in the files
Then I restarted the service, and ran a build. But, still my changes are not getting reflected.
Mail coming with message as "Succeeded" but not the new message.
Where I was wrong...?