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
RestoreSinglePackageParams
RestorePackages parameter path for single packages
Record Fields
Record Field | Description |
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
|