문제

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...?

도움이 되었습니까?

해결책

As per my comment, you need to change the template file on the TFS Application Server(s), the build agents notify the Application Server of the completed event and that sends the alert.

다른 팁

You can find userful tips on MSDN Customize the format for TFS email alerts

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top