Sandeep,
You can use the task to rename files, as in original.name" tofile="new.name" />
http://nant.sourceforge.net/release/latest/help/tasks/move.html
Unfortunately to use this renaming behaviour you can only specify a
single file, not a fileset (see the documentation for details).
You can st
Hi,
We store configuration files for each environment within the
project source code. Each file has an environment key in their file name, e.g. web.dev,config,
web,qa.config etc.
When I am building the project for a given environment (say
QA) I need to do the following using NAnt: