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 |
Functions and values
Function or value | Description |
Full Usage:
NugetUpdate setParams packagesFile
Parameters:
NugetUpdateParams -> NugetUpdateParams
-
Function used to manipulate the default parameters.
packagesFile : string
-
Path to the *.sln , *.*proj or packages.config file.
|
Fails if packages are not installed; see nuget bug. Fails if packages file has no corresponding VS project; see nuget bug.
|
|
|