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

NugetInstallParams Type

Nuget install parameters.

Record fields

Record Field Description

ConfigFile

Full Usage: ConfigFile

Field type: string option

NuGet configuration file. Default None.

Field type: string option

ExcludeVersion

Full Usage: ExcludeVersion

Field type: bool

If set, the destination directory will contain only the package name, not the version number. Default `false`.

Field type: bool

NoCache

Full Usage: NoCache

Field type: bool

Disable looking up packages from local machine cache. Default false.

Field type: bool

NonInteractive

Full Usage: NonInteractive

Field type: bool

Do not prompt for user input or confirmations. Default true.

Field type: bool

OutputDirectory

Full Usage: OutputDirectory

Field type: string

Specifies the directory in which packages will be installed. Default ./packages/.

Field type: string

Prerelease

Full Usage: Prerelease

Field type: bool

Allows updating to prerelease versions. Default false.

Field type: bool

Retries

Full Usage: Retries

Field type: int

Number of retries if update fails.

Field type: int

Sources

Full Usage: Sources

Field type: string list

Nuget feeds to search updates in. Use default if empty.

Field type: string list

TimeOut

Full Usage: TimeOut

Field type: TimeSpan

Timeout for the update.

Field type: TimeSpan

ToolPath

Full Usage: ToolPath

Field type: string

Path to the nuget.exe.

Field type: string

Verbosity

Full Usage: Verbosity

Field type: NugetInstallVerbosity

Display this amount of details in the output: normal, quiet, detailed. Default normal.

Field type: NugetInstallVerbosity

Version

Full Usage: Version

Field type: string

The version of the package to install.

Field type: string