Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The path to the local packages folder (location where packages are installed). [-RepositoryPath]

Sources

An optional list of NuGet Feed package sources to search for updates (the default source location is nuget.org). [-Source]

Configuration File

The NuGet configuation file. If not specified, the file %AppData%\NuGet\NuGet.config is used. [-ConfigFile]

Using

The Using drop down is populated with any property collector whose namespace matches the pattern defined by the NuGet Update action. The pattern for this action is ^NuGet.*

...

Tick this to look for updates with the highest version available within the same major and minor version as the installed package. [-Safe]

Also update NuGet.exe

Tick this update the running NuGet.exe to the newest version available from the server. You need to ensure that the user running the Agent service has the correct permissions to do this. [-Self]

Install prerelease packages 

Allows updating to prerelease versions. This flag is not required when updating prerelease packages that are already installed.   [-PreRelease]

File Conflict Action

The action to take, when asked to overwrite or ignore existing files referenced by the project: Overwrite, Ignore, None. [-FileConflictAction]

Timeout (in seconds)

How long to wait for the action to finish running before timing out. Leaving this blank (or zero) will default to 86400 seconds (24 hours).

...