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
NugetInstallParams
Nuget install parameters.
Record Fields
Record Field | Description |
ConfigFile
Signature: string option
|
NuGet configuration file. Default |
ExcludeVersion
Signature: bool
|
If set, the destination directory will contain only the package name, not the version number. Default |
NoCache
Signature: bool
|
Disable looking up packages from local machine cache. Default |
NonInteractive
Signature: bool
|
Do not prompt for user input or confirmations. Default |
OutputDirectory
Signature: string
|
Specifies the directory in which packages will be installed. Default |
Prerelease
Signature: bool
|
Allows updating to prerelease versions. Default |
Retries
Signature: int
|
Number of retries if update fails. |
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. |
Verbosity
Signature: NugetInstallVerbosity
|
Display this amount of details in the output: normal, quiet, detailed. Default |
Version
Signature: string
|
The version of the package to install. |