NuGetPacker Class

Summary

The NuGet packer.
graph BT Type-->Base0["NuGetTool<NuGetPackSettings>"] Base0-->Base1["Tool<NuGetPackSettings>"] Base1-->Base2["object"] Type["NuGetPacker"] class Type type-node

Syntax

public sealed class NuGetPacker : NuGetTool<NuGetPackSettings>

Constructors

Methods

Name Value Summary
Pack(FilePath, NuGetPackSettings) void
Creates a NuGet package from the specified nuspec or project file.
Pack(NuGetPackSettings) void
Creates a NuGet package from the specified settings.

Extension Methods

Name Value Summary
Dump<NuGetPacker>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<NuGetPacker>(NuGetPacker[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<NuGetPacker>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<NuGetPacker>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<NuGetPacker>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<NuGetPacker>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin