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.Update instead
NugetUpdateParams
Nuget update parameters.
Record Fields
Record Field | Description |
ConfigFile
Signature: string option
|
NuGet configuration file. Default |
Ids
Signature: string list
|
Packages to update. Update all if empty. |
NonInteractive
Signature: bool
|
Do not prompt for user input or confirmations. Default |
Prerelease
Signature: bool
|
Allows updating to prerelease versions. Default |
RepositoryPath
Signature: string
|
Folder to store packages in. Default |
Retries
Signature: int
|
Number of retries if update fails. |
Safe
Signature: bool
|
Looks for updates with the highest version available within the same major and minor version as the installed package. Default |
Sources
Signature: string list
|
Nuget feeds to search updates in. Use default if empty. |
TimeOut
Signature: TimeSpan
|
Timeout for the update. |
ToolPath
Signature: string
|
Path to the nuget.exe. |
Verbose
Signature: bool
|
Show verbose output while updating. Default |
Version
Signature: string option
|
Version to update to. Default |