FAKE - F# Make - A DSL for build tasks and more FAKE
6.1.3

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

Paket.PaketPackParams Type

Paket pack parameter type

Record fields

Record Field Description

BuildConfig

Full Usage: BuildConfig

Field type: string

build configuration that should be packaged (default: Release)

Field type: string

BuildPlatform

Full Usage: BuildPlatform

Field type: string

build platform that should be packaged (default: check all known platform targets)

Field type: string

ExcludedTemplates

Full Usage: ExcludedTemplates

Field type: string list

exclude paket.template file by package ID; may be repeated

Field type: string list

IncludeReferencedProjects

Full Usage: IncludeReferencedProjects

Field type: bool

include symbols and source from referenced projects

Field type: bool

LockDependencies

Full Usage: LockDependencies

Field type: bool

use version constraints from paket.lock instead of paket.dependencies

Field type: bool

MinimumFromLockFile

Full Usage: MinimumFromLockFile

Field type: bool

use version constraints from paket.lock instead of paket.dependencies and add them as a minimum version; --lock-dependencies overrides this option

Field type: bool

OutputPath

Full Usage: OutputPath

Field type: string

output directory for .nupkg files

Field type: string

PinProjectReferences

Full Usage: PinProjectReferences

Field type: bool

pin dependencies generated from project references to exact versions (=) instead of using minimum versions (>=); with --lock-dependencies project references will be pinned even if this option is not specified

Field type: bool

ProjectUrl

Full Usage: ProjectUrl

Field type: string

homepage URL for the package

Field type: string

ReleaseNotes

Full Usage: ReleaseNotes

Field type: string

the release notes to include in output NuGet package

Field type: string

SpecificVersions

Full Usage: SpecificVersions

Field type: (string * string) list

version number to use for package ID; may be repeated

Field type: (string * string) list

Symbols

Full Usage: Symbols

Field type: bool

create symbol and source packages in addition to library and content packages

Field type: bool

TemplateFile

Full Usage: TemplateFile

Field type: string

pack a single paket.template file

Field type: string

TimeOut

Full Usage: TimeOut

Field type: TimeSpan

The timeout for the toll commands execution

Field type: TimeSpan

ToolPath

Full Usage: ToolPath

Field type: string

paket tool path

Field type: string

ToolType

Full Usage: ToolType

Field type: ToolType

The kind of application ToolPath references

Field type: ToolType

Version

Full Usage: Version

Field type: string

The packaging version

Field type: string

WorkingDir

Full Usage: WorkingDir

Field type: string

the directory to execute command in

Field type: string