Is there a NAnt task that will echo out all property names and values that are currently set during a build? Something equivalent to ant's echoproperties task maybe.
|
|
|
|
|
|
|
Try this snippet:
You can just save and run with nant. And no, there isn't a task or function to do this for you already. |
||
|
|
You can't prove a negative, but I can't find one and haven't seen one. I've traditionally rolled my own property echoes. |
||
|
|
