Cake.Paket.Addin.dll Assembly

Class Types

Class Summary
PaketAliases

Contains functionality for working with paket.

In order to use the commands for this addin, you will need to include the following in your build.cake file:

#addin paket:?package=Cake.Paket

This assumes your using the Cake.Paket.Module. If you'd rather use NuGet then include:

#addin nuget:?package=Cake.Paket
#tool nuget:?package=Paket

PaketPackSettings Contains settings used by PaketPacker. See Paket Pack for more details.
PaketPushSettings Contains settings used by PaketPusher. See Paket Push for more details.
PaketRestoreSettings Contains settings used by Cake.Paket.Addin.Restore.PaketRestorer. See Paket Restore for more details.