Continuing the Hidden Features series for Nant.
One of the things I learned recently was
<xmlpoke>
Allows you to replace text in an xml file.
Question will be updated to show the top voted answers
|
3
|
Continuing the Hidden Features series for Nant. One of the things I learned recently was
Allows you to replace text in an xml file. Question will be updated to show the top voted answers |
|||
|
|
|
|
You can parameterise your NAnt scripts. To pass a value on the commandline, use
Then, in your script, create a subtarget that verifies the configuration and gives help if necessary:
You can even use a default value:
|
|||
|
|
|
|
Sometimes you want a particular target to run multiple times - say, if its behavior is configurable by setting properties.
Allows you to directly invoke a target and it's dependencies. See Also |
|||
|
|