FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

Update Module

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

Types

Type Description

NugetUpdateParams

Nuget update parameters.

Functions and values

Function or value Description

NugetUpdate setParams packagesFile

Full Usage: NugetUpdate setParams packagesFile

Parameters:
    setParams : NugetUpdateParams -> NugetUpdateParams - Function used to manipulate the default parameters.
    packagesFile : string - Path to the *.sln, *.*proj or packages.config file.

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.

setParams : NugetUpdateParams -> NugetUpdateParams

Function used to manipulate the default parameters.

packagesFile : string

Path to the *.sln, *.*proj or packages.config file.

NugetUpdateDefaults

Full Usage: NugetUpdateDefaults

Returns: NugetUpdateParams

Parameter default values.

Returns: NugetUpdateParams