You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jamesfoster edited this page Feb 13, 2011
·
1 revision
The primary mechanism for building and testing the project is a NAnt build taks in default.build. The fact that it works in Visual Studio is nice, but the NAnt tasks need to be maintained as the primary build. This allows us to support both Microsoft .NET and Mono at the same time.
To override any of the build properties copy local.properties-exmple to local.properties and override any of the property values in the default.build.
The primary things to override are:
Tests that you need to exclude because you don't have the proper databases to test all of the Providers
The location of your config file that contains the ConnectionStrings to use for each of the databases