Roundhouse aliases

Built-In

Contains functionality related to RoundhousE.

In order to use the commands for this alias, include the following in your build.cake file to download and install from nuget.org, or specify the ToolPath within the RoundhouseSettings class:

#tool "nuget:?package=roundhouse"

General

RoundhouseDrop(RoundhouseSettings) Executes Roundhouse migration to drop the database using the provided settings.
RoundhouseMigrate(RoundhouseSettings) Executes Roundhouse with the given configured settings.