FAKE - F# Make


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
Version
Signature: Version option
Fork me on GitHub