Note: This API documentation is for FAKE version 4. The migration API documentation can be found here. The API documentation for the new fake 5 modules can be found here

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