12345 |
- <!-- Copy this to local.properties and change the values to change how the build works -->
- <project xmlns="http://nant.sf.net/release/0.85/nant.xsd">
- <property name="tests.exclude" value="Oracle,SqlServer,Postgre"/>
- <property name="tests.app.config" value="${dir.config}/local.config"/>
- </project>
|