For example
/configuration/appSettings/add[@key='Some.Setting']/@value,10 /configuration/appSettings/add[@key='Some.Setting2']/@value,Low |
the ouput XML will contains the following:
<configuration> <appsettings> <add key="Some.Setting" value="10"> <add key="Some.Setting2" value="Low"> </appsettings> </confugration> |
Here is the assembly and an example. Simply putting the dll into the NAnt folder would work because NAnt automatically include assemblies that are named *Tasks.dll.
No comments:
Post a Comment