This is part of the Fake.DotNet.NuGet module.

RestoreSinglePackageParams

RestorePackages parameter path for single packages

Record Fields

Record FieldDescription
ExcludeVersion
Signature: bool
IncludePreRelease
Signature: bool
OutputPath
Signature: string
Retries
Signature: int

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

Sources
Signature: string list
TimeOut
Signature: TimeSpan
ToolPath
Signature: string
Verbosity
Signature: NugetRestoreVerbosity
Version
Signature: Version option