NuGet support

Skip to end of metadata
Go to start of metadata

General Info

Author Eugene Petrenko
License Apache 2.0
Type free, open-source

Plugin Description

Adds support for NuGet to TeamCity.
The plugin is bundled starting with first EAP release of TeamCity 7.0.

Supported features:

  • NuGet packages installer build runner:
    • installs packages according to David Ebbo post allowing to use NuGet without committing packages to version control.
    • updates packages under solution with help of nuget update command
  • NuGet Dependency Trigger:
    • Build Trigger that starts a new build if package is updated
  • Report used packages in build results tab
  • Publish packages build runner

Related Blog Posts

  • Publish packages build runner post
  • Initial features post

TeamCity Versions Compatibility

Plugin is compatible with TeamCity 6.5 and newer

Download

Builds at

Development links

Current latest development branch: v0.9 (compatible with TeamCity 7.1.3+ and newer)
For TeamCity 6.5.x use branch: v0.5-bugfix
Public repository mirror: http://git.jetbrains.org/teamcity/dotNetPackagesSupport.git
Public repository clone URL: git://git.jetbrains.org/teamcity/dotNetPackagesSupport.git

A mirror at GitHub

Building

  • First build .Net part of the plugin: msbuild nuget-extensions/nuget-extensions.sln /t:Rebuild /p:Configuration=Release
  • Then Java part and TeamCity plugin distribution: open the sources in InteliJ IDEA and build artifact plugin-zip

Installation instructions:

Copy dotNetPackagesSupport.zip into <TeamCity Data Directory>/plugins directory (more on this).

Feedback

Like the feature or want an improvement? Found a bug?
Please send Feedback for the plugin as for bundled functionality, just note the plugin version that you use.

Related Links

Original issue in the tracker.

Update to fresh build

For some reason you may want to update to most fresh build of NuGet support plugin. Current latest plugin branch is v0.9, the branch is compatible with TeamCity 7.1. To apply patch, please do the following:

  • download the latest build from v0.9 branch
  • stop server,
  • find <server>/webapps/ROOT/WEB-INF/plugins/dotNetPackagesSupport.zip
  • backup the original file
  • replace with downloaded from latest build artifacts
  • start server again
Labels:
nuget nuget Delete
teamcity teamcity Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.