1 This is dotNetPackageManagers TeamCity plugin.
\r
3 The goal of this plugin is to research and support
\r
4 .NET package managers in TeamCity.
\r
6 We plan to cover mostly nuget and openwrap.
\r
8 This plugin will be compatible with TeamCity 6.5 and newer
\r
12 - NuGet packages installer build runner:
\r
14 Installs packages with help of nuget install command, according to David Ebbo post
\r
15 (http://blog.davidebbo.com/2011/03/using-nuget-without-committing-packages.html)
\r
16 allowing to use NuGet without committing packages to version control.
\r
18 Updates packages help of nuget update command
\r
21 - NuGet Dependency Trigger:
\r
23 Build Trigger that starts a new build if package is updated.
\r
25 - NuGet used packages tab
\r
27 Reports list of all used packages in build configuration.
\r
28 Available only if NuGet Packages Installer Build Runner is used.
\r
32 - Reuse ComposideBuildProcess and DelegatingBuildProcess
\r
33 - Use XmlXppAbstractParser#parse(InputSream)
\r
34 - Consider reusing of Maven build trigger/project models
\r
35 - Make server-side PluginDescription contain getPluginRoot() to avoid cast to PluginInfo
36 - Add CustomDataStorage to BuildTriggerDescriptor