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
TeamCity Versions Compatibility
Plugin is compatible with TeamCity 6.5 and newer
Download
Builds at teamcity.jetbrains.net
Latest successful build
Development links
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.