I want to import another build file into my current project so I can put all common properties in one place.
In ant you can simply use:
<import file="c:\tools\commonProperties.include" />
How to achieve that in NAnt?
I want to import another build file into my current project so I can put all common properties in one place.
In ant you can simply use:
<import file="c:\tools\commonProperties.include" />
How to achieve that in NAnt?