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