Cake.FluentMigrator

Cake Addin that extends Cake for executing commands with the FluentMigrator tool.

#addin nuget:?package=Cake.FluentMigrator&version=0.4.0

dotnet add package Cake.FluentMigrator --version 0.4.0

<PackageReference Include="Cake.FluentMigrator" Version="0.4.0" />

Aliases

Contains aliases related to FluentMigrator.

In order to use the commands for this addin, you will need to include the following in your build.cake file to download and reference from NuGet.org:

#addin Cake.FluentMigrator

General

FluentMigrator(FluentMigratorSettings) Executes FluentMigrator using the specified settings.
FluentMigrator(string, string, FilePath) Executes FluentMigrator using the specified parameters.