Hi
in your build script : echo out this folder
in Nant it would be :
<echo message="TheRealBuildFolder is located at : ${RealBuildFolder}" />
so this line is now in the result file
now you can use an xsl file to search for it, and it can be included in the
email.
with kind regards
Ruben Willems
On Mon, Feb 2, 2009 at 12:30 PM, Nikhil <[email protected]> wrote:
>
> My company copies the build output to a shared location and the
> location should then be shared with all concerned Dev and QA. This
> location is project specific and thus needs to be read from some
> variable.
>
> Could not find any thing of this sort to add text in the email
> publisher or any xsl file. Is there any way to handle this?