PaketPackSettings Class

Summary

Contains settings used by Cake.Paket.Addin.Pack.PaketPacker. See Paket Pack for more details.
Assembly
Cake.Paket.Addin.dll
Namespace
Cake.Paket.Addin.Pack
Base Types
  • ToolSettings
graph BT Type-->Base0["ToolSettings"] Type["PaketPackSettings"] class Type type-node

Syntax

public sealed class PaketPackSettings : ToolSettings

Constructors

Name Summary
PaketPackSettings()

Properties

Name Value Summary
BuildConfig string
Gets or sets the buildconfig.
BuildPlatform string
Gets or sets the buildplatform.
Exclude string
Gets or sets the exclude.
IncludeReferencedProjects bool
Gets or sets a value indicating whether to enable include-referenced-projects.
LockDependencies bool
Gets or sets a value indicating whether to enable lock-dependencies.
MinimumFromLockFile bool
Gets or sets a value indicating whether to enable minimum-from-lock-file.
PinProjectReferences bool
Gets or sets a value indicating whether to enable pin-project-references.
ProjectUrl string
Gets or sets the project-url.
ReleaseNotes string
Gets or sets the releaseNotes.
SpecificVersion string
Gets or sets the specific-version.
Symbols bool
Gets or sets a value indicating whether to enable symbols.
TemplateFile string
Gets or sets the templatefile.
Version string
Gets or sets the version.

Extension Methods

Name Value Summary
Dump<PaketPackSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<PaketPackSettings>(PaketPackSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<PaketPackSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<PaketPackSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<PaketPackSettings>(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<PaketPackSettings>(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