This plugin provides NuGet support features for TeamCity. For more details, please see NuGet support description.
The plugin is bundled from TeamCity 7.0. If you need the latest build, download and install it as an additional TeamCity plugin.
Branch | Status | Download | TeamCity |
---|---|---|---|
master | Download | 2019.1.x | |
Jaipur-2018.2.x | Download | 2018.2.x | |
Jaipur-2018.1.x | Download | 2018.1.x |
This project uses gradle as a build system. To resolve non-public libraries, you need to execute :nuget-server:installTeamCity
gradle task or have a local TeamCity installation and define teamcityDir
in the gradle properties. After that you can open it in IntelliJ IDEA or Eclipse.
:nuget-extensions:msbuild
- build .net nuget extensions.:nuget-extensions:nunit
- run .net nuget extensions tests.:nuget-server:installTeamCity
- downloads TeamCity distribution.:nuget-server:assemble
- assemble nuget support plugin.:nuget-server:build
- build & test nuget support plugin.
On Windows to build nuget extensions should be installed Microsoft Build Tools. On Linux for that should be installed 'mono-devel' package.
We appreciate all kinds of feedback, so please feel free to send a PR or file an issue.