You're in the wrong place. Head over to http://software.sil.org/hearthis .
Please see Tips for Testing Palaso Software
- Ensure you have something that can run bash scripts
- Run build/get-dependencies-windows.sh
- Ensure you have Nuget installed
- Building the solution should automatically pull down the nuget dependencies.
- Assemblies not available on the build server or via nuget are checked in to the rep lib/dotnet. When working on the code, the development team needs to decide if any of these assemblies should be replaced with the latest version. Normally lib/dotnet/ParatextShared.dll will be updated to the latest version.
See the HearThis Trello Board
Each time code is checked in, an automatic build begins on our TeamCity build server, running all the unit tests. Similarly, when there is a new version of some HearThis dependency (e.g. LibPalaso, LocalizationManager), that server automatically rebuilds HearThis. This automatic build doesn't publish a new installer, however. That kind of build is launched manually, by pressing a button on the TeamCity page. This "publish" process builds HearThis, makes and installer, rsyncs it to the distribution server, and writes out a a json file that the downloads page reads so that it can display options to the user.
Please avoid making spurious white space changes. HearThis uses tabs, not spaces, for indentation.