NuGetUpdater.

Update(FilePath, NuGetUpdateSettings) Method

Summary

Updates NuGet packages using the specified settings.
Namespace
Cake.Common.Tools.NuGet.Update
Containing Type
NuGetUpdater

Syntax

public void Update(FilePath targetFile, NuGetUpdateSettings settings)

Parameters

Name Type Description
targetFile FilePath The target file path.
settings NuGetUpdateSettings The settings.

Return Value

Type Description
void