This is part of the Fake.DotNet.NuGet module.

Install

Contains tasks for installing NuGet packages using the nuget.exe install command.

Nested types and modules

TypeDescription
NugetInstallParams

Nuget install parameters.

NugetInstallVerbosity

Nuget install verbosity mode.

Functions and values

Function or valueDescription
NugetInstall setParams packageName
Signature: setParams:(NugetInstallParams -> NugetInstallParams) -> packageName:string -> unit

Installs the given package.

Parameters

  • setParams - Function used to manipulate the default parameters.
  • packagesFile - Path to the *.sln, *.*proj or packages.config file, or simply a NuGet package name
NugetInstallDefaults
Signature: NugetInstallParams

Parameter default values.