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

Paket.PaketRestoreParams Type

Paket restore packages type

Record fields

Record Field Description

ForceDownloadOfPackages

Full Usage: ForceDownloadOfPackages

Field type: bool

force download and re-installation of all dependencies

Field type: bool

Group

Full Usage: Group

Field type: string

restore dependencies of a single group

Field type: string

OnlyReferencedFiles

Full Usage: OnlyReferencedFiles

Field type: bool

only restore packages that are referenced by paket.references files

Field type: bool

ReferenceFiles

Full Usage: ReferenceFiles

Field type: string list

restore packages from a paket.references file; may be repeated

Field type: string list

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

WorkingDir

Full Usage: WorkingDir

Field type: string

the directory to execute command in

Field type: string