Cake.Paket addin
This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Paket.
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
Pack
PaketPack Alias from Cake.Paket addin |
Creates NuGet package(s) in the output directory for the given settings. |
PaketPack Alias from Cake.Paket addin |
Creates NuGet package(s) in the output directory. |
Push
PaketPush Alias from Cake.Paket addin |
Pushes NuGet package defined by the file path for the given settings. |
PaketPush Alias from Cake.Paket addin |
Pushes NuGet packages defined by the file paths for the given settings. |
Restore
PaketRestore Alias from Cake.Paket addin |
Runs paket restore for the given settings. |
PaketRestore Alias from Cake.Paket addin |
Runs paket restore. |