Bob Archer wrote:
>
> Take a look at the version task and the asminfo task… with these you 
> should be able to accomplish this. I think both of these tasks are in 
> the contrib. dll.
>
The asminfo task is in NAnt, while version is in NAntContrib.

Another option, which is the one I recommend, is to use 
CruiseControl.Net. It will maintain a build number for you 
automatically, passing it in to the NAnt task as a property using -D. 
Another advantage of this is that it makes it easy to find the build log 
for a particular build, since the CC.Net web dashboard includes the 
build number in the link to each log.

Gary



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to