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

RestorePackageParams Type

RestorePackages parameter path

Record fields

Record Field Description

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