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
{{ message }}
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.
The is a batch script that executes build scripts using NAnt scripts; It was a thing 5 years ago and as it is still working I am not going to change it... yet.
Examples:
To build and test the debug build
build.bat
To build and test the release build - just like the build server (but with your own strong name key)
build.bat create-release
To run the dog food tests; this is where OpenCover is used to get the coverage of its own tests.