TeamCity On-Premises 2024.03 Help

NuGet Installer

The NuGet Installer build runner performs NuGet Command-line package restore. It can also (optionally) automatically update package dependencies to the most recent ones.

Supported Operating Systems:
NuGet build runners are supported on build agents running Windows OS by default. Linux and macOS are supported when Mono is installed on the agent (only NuGet 3.3+ on Mono 4.4.2+ is supported).

NuGet Installer settings:

Option

Description

NuGet.exe

Select NuGet version to use from the drop-down menu (you need to have NuGet installed) or specify a custom path to NuGet.exe.

Path to solution file

Specify the path to your solution file (.sln) where packages are to be installed.

Restore Mode

Select NuGet.exe restore (requires NuGet 2.7+) to restore all packages for an entire solution. The NuGet.exe install command is used to restore packages for versions prior to NuGet 2.7, but only for a single packages.config file.

Restore Options

If needed, select:

  • Exclude version from package folder names: Equivalent to the -ExcludeVersion option of the NuGet.exe install command. If enabled, the destination folder will contain only the package name, not the version number.

  • Disable looking up packages from local machine cache: Equivalent to the -NoCache option of the NuGet.exe

Packages Sources

Specify the NuGet package sources. If left blank, https://nuget.org is used to search for your packages.

If you are using a TeamCity NuGet feed, select it using the 'magic wand' icon Switch to the Sakura UI or manually specify the URL from the NuGet Feed section of Project Settings.

If you use packages from an authenticated feed, configure the NuGet Feed Credentials build feature.

TeamCity allows you to authenticate using private NuGet feeds. Read more in NuGet.

Update Packages

Update packages with help of NuGet update command: Uses the NuGet.exe update command to update all packages under the solution. The package versions and constraints are taken from packages.config files.

Update Mode

Select one of the following:

  • Update via solution file — TeamCity uses Visual Studio solution file (.sln) to create the full list of NuGet packages to install. This option updates packages for the entire solution.

  • Update via packages.config — Select to update packages via calls to NuGet.exe update Packages.Config for each packages.config file under the solution.

Update Options

  • Include pre-release packages: Equivalent to the -Prerelease option of the NuGet.exe update command

  • Perform safe update: Equivalent to the -Safe option of the NuGet.exe update command, that looks for updates with the highest version available within the same major and minor version as the installed package.

See the NuGet documentation for the complete NuGet.exe command line reference.

When you add the NuGet Installer runner to your build configuration, each finished build will have the NuGet Packages tab listing the packages used.

Last modified: 04 April 2024