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
26 - Reuse ComposideBuildProcess and DelegatingBuildProcess
\r
27 - Use XmlXppAbstractParser#parse(InputSream)
\r
28 - Consider reusing of Maven build trigger/project models
\r
29 - Make server-side PluginDescription contain getPluginRoot() to avoid cast to PluginInfo
30 - Add CustomDataStorage to BuildTriggerDescriptor