NAntContrib (nantcontrib.sf.net) has the task. We use it to
increment the build numbers in our builds and then check the
build.number file into the source repository (SVN).
FWIW, we use CruiseControl.NET to do our nightly builds, and it has the
capability to keep track of version numbers, and
: [NAnt-users] Automatically updating build number on nightly
builds
NAntContrib (nantcontrib.sf.net) has the task. We use it to
increment the build numbers in our builds and then check the
build.number file into the source repository (SVN
NAntContrib (nantcontrib.sf.net) has the task. We use it to
increment the build numbers in our builds and then check the build.number
file into the source repository (SVN).
---
This
uses the
common.build
-Original Message-
From: Tim Mayert [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 15, 2005 11:49 AM
To: Kedziora, Rebecca
Cc: nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] Automatically updating build number on nightly
builds
Thanks Rebecca,
Does
:[EMAIL PROTECTED]
Sent: December 15, 2005 9:18 AM
To: Tim Mayert
Cc: nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] Automatically updating build number on nightly
builds
Hello,
We keep our version number in a file. I use the common.build for all
projects which they include. You
15, 2005 8:42 AM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] Automatically updating build number on nightly
builds
We are just looking at implementing our major builds in NAnt for nightly
builds and would like to know if there are simple function(s) that will
automatically update our
We are just looking at implementing our major builds in NAnt for nightly
builds and would like to know if there are simple function(s) that will
automatically update our build number for each build.
At the moment we have the build number set in our project
ProjectProperties.xml file, shown below,