I want to create a file using nant script. Like mkdir any command is awailable in nant script for creating a text or d开发者_运维技巧oc file?
You can use <touch> task to create files (or update their timestamps). Using <echo> you can output plain text to a file. <xmlpoke> allows manipulating XML files.
加载中,请稍侯......
精彩评论