Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

OBSOLETE

Use Fake.DotNet.NuGet.Restore instead

RestorePackageParams

RestorePackages parameter path

Record Fields

Record FieldDescription
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