Build - Soverance/Exodus GitHub Wiki

Select Build Configuration

Before you can build the project, select the appropriate build configuration for your deployment scenario. If you intend to install the Exodus service on a live production (dedicated backup) server, then you should build in Release mode. For all other scenarios, Debug should suffice.

Start Build

With your build configuration set, simply right click the "Exodus" project in the Solution Explorer and select the "Build" option from the context menu.

Retrieve Build

By default, the built files will appear in the \Exodus\bin directory, either in the "Debug" or "Release" subfolder (depending on your build configuration). From here, you can proceed to the installation phase.