When I use [email] CC.Net task, received mail contains the link "http://**/ccnet/server/local/project/MyProjectName/ViewLatestBuildReport.aspx". This link is to the "Last" report. If after that my project was rebuild this link will be incorrect. Is there any standard solution to get concrete related Build Log link?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
This can be done with a bit of work. During your build, form the link you need and write it to an xml file. Configure CC.net to merge this xml file into the log. Edit the CC.net header.xsl file to transform the link from xml to html as a new row. Then it will show up in the emails. |
|||
|
|