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

Update

Contains tasks for updating NuGet packages including assembly hint paths in the project files using the nuget.exe update command.

Nested types and modules

TypeDescription
NugetUpdateParams
OBSOLETE

Use Fake.DotNet.NuGet.Update instead

Nuget update parameters.

Functions and values

Function or valueDescription
NugetUpdate setParams packagesFile
Signature: setParams:(NugetUpdateParams -> NugetUpdateParams) -> packagesFile:string -> unit
Attributes:
[<Obsolete("Use Fake.DotNet.NuGet.Update instead")>]
OBSOLETE

Use Fake.DotNet.NuGet.Update instead

Update packages specified in the package file.

Fails if packages are not installed; see nuget bug. Fails if packages file has no corresponding VS project; see nuget bug.

Parameters

  • setParams - Function used to manipulate the default parameters.
  • packagesFile - Path to the *.sln, *.*proj or packages.config file.
NugetUpdateDefaults
Signature: NugetUpdateParams
Attributes:
[<Obsolete("Use Fake.DotNet.NuGet.Update instead")>]
OBSOLETE

Use Fake.DotNet.NuGet.Update instead

Parameter default values.