Adds paket support to cake.
#addin nuget:?package=Cake.Paket&version=4.0.0
dotnet add package Cake.Paket --version 4.0.0
<PackageReference Include="Cake.Paket" Version="4.0.0" />
Aliases
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 |
Creates NuGet package(s) in the output directory for the given settings. |
PaketPack |
Creates NuGet package(s) in the output directory. |
Push
PaketPush |
Pushes NuGet package defined by the file path for the given settings. |
PaketPush |
Pushes NuGet packages defined by the file paths for the given settings. |
Restore
PaketRestore |
Runs paket restore for the given settings. |
PaketRestore |
Runs paket restore. |