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

NugetUpdateParams Type

Nuget update parameters.

Record fields

Record Field Description

ConfigFile

Full Usage: ConfigFile

Field type: string option

NuGet configuration file. Default None.

Field type: string option

Ids

Full Usage: Ids

Field type: string list

Packages to update. Update all if empty.

Field type: string list

NonInteractive

Full Usage: NonInteractive

Field type: bool

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

Field type: bool

Prerelease

Full Usage: Prerelease

Field type: bool

Allows updating to prerelease versions. Default false.

Field type: bool

RepositoryPath

Full Usage: RepositoryPath

Field type: string

Folder to store packages in. Default ./packages.

Field type: string

Retries

Full Usage: Retries

Field type: int

Number of retries if update fails.

Field type: int

Safe

Full Usage: Safe

Field type: bool

Looks for updates with the highest version available within the same major and minor version as the installed package. Default false.

Field type: bool

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

Verbose

Full Usage: Verbose

Field type: bool

Show verbose output while updating. Default false.

Field type: bool

Version

Full Usage: Version

Field type: string option

Version to update to. Default None. Used to upgrade/downgrade to a explicit version of a package.

Field type: string option