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

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

v5.fake.build

RestoreSinglePackageParams Type

RestorePackages parameter path for single packages

Record fields

Record Field Description

ExcludeVersion

Full Usage: ExcludeVersion

Field type: bool

Mark a version to be excluded, the version is specified in Version property

Field type: bool

IncludePreRelease

Full Usage: IncludePreRelease

Field type: bool

Mark if pre-releases are included in restore process

Field type: bool

OutputPath

Full Usage: OutputPath

Field type: string

Specifies the folder in which packages are installed. Output Directory

Field type: string

Retries

Full Usage: Retries

Field type: int

Specifies how often nuget should try to restore the packages - default is 5

Field type: int

Sources

Full Usage: Sources

Field type: string list

Specifies the list of package sources (as URLs) to use for the restore

Field type: string list

TimeOut

Full Usage: TimeOut

Field type: TimeSpan

The timeout to use to restrict command execution time

Field type: TimeSpan

ToolPath

Full Usage: ToolPath

Field type: string

The path to the NuGet program

Field type: string

Verbosity

Full Usage: Verbosity

Field type: NugetRestoreVerbosity

The verbosity level

Field type: NugetRestoreVerbosity

Version

Full Usage: Version

Field type: Version option

The version to use in restoring the package

Field type: Version option