Warning |
---|
The plugin is bundled since TeamCity 7.0. The recent version is described in the online documentation for the latest TeamCity version. |
General Info
Author | Eugene Petrenko |
License | |
Type | free, open-source |
...
Download
Last nightly build on public TeamCity server.
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
- teamcity.jetbrains.com v0.5
- teamcity.jetbrains.com v0.8
- teamcity.jetbrains.com v0.9
- teamcity.jetbrains.com v0.10
- Latest successful build of v0.5 branch
- Latest successful build of v0.8 branch
- Latest successful build of v0.9 branch
- Latest successful build of v0.10 branch
- Latest successful build of v0.11 branch
- Latest successful build of v0.12 branch
Development links
Current latest development branch: v0.1215
(compatible with TeamCity 810.1.x and newer)
For TeamCity 6.5.x use branch: v0.5-bugfix
For TeamCity 7.1.x use branch: v0.8
For TeamCity 8.0.x use branch: v0.10
For TeamCity 8.1.x use branch: v0.11
For TeamCity 9.0.x use branch: v0.12
For TeamCity 9.1.x use branch: v0.13
For TeamCity 10.0.x use branch: v0.14
For TeamCity 2017.x use branch: v0.15
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.
...
Original issue in the tracker.
Update to fresh build
For some reason you You may want to update to most fresh the latest build of the NuGet support plugin. Current The current latest plugin branch is v0.1214
, the branch is compatible with TeamCity 89.1 .x and newer. To apply a patch, please do the following:
- download the latest build from v0.12 14 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