tfs2013 - Where is the source xml of TFS build notification mail template? -


TFS Build Mail Template is located at% PROGRAMFILES% \ Microsoft Team Foundation Server 2010 \ Application Level \ TFSJobAgent \ Transforms, example:

But can someone tell me where is the source XML, which is used to generate notification mail?

Templates are really a folder in the 1033 folder below to create notification emails.

Your final path will look like this: % PROGRAMFILES% \ Microsoft Team Foundation Server 2010 \ Application Level \ TFSJobAgent \ Transforms \ 1033 . Adding a hyperlink to WorkItemChangedEvent.xsl template: is a blog post.

Comments

Popular posts from this blog

c - Performance of System() -

python - how we can use ajax() in views.py in django? -

c++ - How to define methods in a base class that only work in derived classes? -