Versions Compared

Key

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

The NuGet Update Action is used to update the Nuget packages to the latest version.

NuGet Update

Image RemovedImage Added

Name

A friendly name for this action (will be displayed in the actions workflow area).

...

The property collector pointing to the location of the NuGet.exe file.


Options

Image RemovedImage Added

Safe mode

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

...

If this is ticked, the command line output is written to the build log.


Environment

Image RemovedImage Added

Multiple environment variables can be defined - one per line. These are set before the command line is run.

Log environment variables

If this is ticked, environment variable values are written to the build log. 

Generate system environment variables

Tick this checkbox to set up a list of new environment variables prefixed with 'ContinuaCI.' for all current system expression objects and variables.

Mask sensitive variable values in system environment variables

Visible only if the 'Generate system environment variables' checkbox is ticked.

If this is ticked, the values of any variables marked as sensitive will be masked with **** when setting system environment variables. Clear this to expose the values.