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.Install instead

Install

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

Nested types and modules

TypeDescription
NugetInstallParams
OBSOLETE

Use Fake.DotNet.NuGet.Install instead

Nuget install parameters.

NugetInstallVerbosity
OBSOLETE

Use Fake.DotNet.NuGet.Install instead

Nuget install verbosity mode.

Functions and values

Function or valueDescription
NugetInstall setParams packageName
Signature: setParams:(NugetInstallParams -> NugetInstallParams) -> packageName:string -> unit
Attributes:
[<Obsolete("Use Fake.DotNet.NuGet.Install instead")>]
OBSOLETE

Use Fake.DotNet.NuGet.Install instead

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
Attributes:
[<Obsolete("Use Fake.DotNet.NuGet.Install instead")>]
OBSOLETE

Use Fake.DotNet.NuGet.Install instead

Parameter default values.