All Projects → JetBrains → Teamcity Nuget Support

JetBrains / Teamcity Nuget Support

Licence: apache-2.0
TeamCity NuGet support

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Teamcity Nuget Support

Vs Threading
The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio and other applications.
Stars: ✭ 585 (+1362.5%)
Mutual labels:  nuget
Rulesengine
A Json based Rules Engine with extensive Dynamic expression support
Stars: ✭ 714 (+1685%)
Mutual labels:  nuget
Blazm.components
A few useful and awesome components for Blazor. Blazor + awesome (azm)=Blazm (Blossom)
Stars: ✭ 29 (-27.5%)
Mutual labels:  nuget
X.pagedlist
Library for easily paging through any IEnumerable/IQueryable in ASP.NET/ASP.NET Core
Stars: ✭ 625 (+1462.5%)
Mutual labels:  nuget
Fo Dicom
Fellow Oak DICOM for .NET, .NET Core, Universal Windows, Android, iOS, Mono and Unity
Stars: ✭ 674 (+1585%)
Mutual labels:  nuget
Centrifuge
Cross-platform runtime mod loader and API for any Unity-based game. Supports Unity 5 and up!
Stars: ✭ 18 (-55%)
Mutual labels:  nuget
Toastnotifications
Toast notifications for WPF allows you to create and display rich notifications in WPF applications. It's highly configurable with set of built-in options like positions, behaviours, themes and many others. It's extendable, it gives you possibility to create custom and interactive notifications in simply manner.
Stars: ✭ 507 (+1167.5%)
Mutual labels:  nuget
Msbuildstructuredlog
A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.
Stars: ✭ 988 (+2370%)
Mutual labels:  nuget
Svg
Fork of the ms svg library (http://svg.codeplex.com/)
Stars: ✭ 676 (+1590%)
Mutual labels:  nuget
Myanimelistsharp
Access MyAnimeList Web API using .NET library
Stars: ✭ 10 (-75%)
Mutual labels:  nuget
Winsw
A wrapper executable that can run any executable as a Windows service, in a permissive license.
Stars: ✭ 6,569 (+16322.5%)
Mutual labels:  nuget
Xamarinmediamanager
Cross platform Xamarin plugin to play and control Audio and Video
Stars: ✭ 647 (+1517.5%)
Mutual labels:  nuget
Apos.input
Polling input library for MonoGame.
Stars: ✭ 25 (-37.5%)
Mutual labels:  nuget
Cron Expression Descriptor
A .NET library that converts cron expressions into human readable descriptions.
Stars: ✭ 602 (+1405%)
Mutual labels:  nuget
Ghpr.nunit
Adapter for NUnit 3 (generate HTML report for NUnit 3)
Stars: ✭ 33 (-17.5%)
Mutual labels:  nuget
Vanara
A set of .NET libraries for Windows implementing PInvoke calls to many native Windows APIs with supporting wrappers.
Stars: ✭ 544 (+1260%)
Mutual labels:  nuget
Nservicebus.kafka
Kafka transport for NServiceBus
Stars: ✭ 16 (-60%)
Mutual labels:  nuget
Simplenetnlp
.NET NLP library
Stars: ✭ 38 (-5%)
Mutual labels:  nuget
Computesharp
A .NET 5 library to run C# code in parallel on the GPU through DX12 and dynamically generated HLSL compute shaders, with the goal of making GPU computing easy to use for all .NET developers! 🚀
Stars: ✭ 982 (+2355%)
Mutual labels:  nuget
Weixinmpsdk
微信全平台 SDK Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 6.0。已支持微信公众号、小程序、小游戏、企业号、企业微信、开放平台、微信支付、JSSDK、微信周边等全平台。 WeChat SDK for C#.
Stars: ✭ 7,098 (+17645%)
Mutual labels:  nuget

TeamCity NuGet support official JetBrains project License

This plugin provides NuGet support features for TeamCity. For more details, please see NuGet support description.

Download

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

Building the plugin

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.

Gradle tasks

  • :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.

Requirements

On Windows to build nuget extensions should be installed Microsoft Build Tools. On Linux for that should be installed 'mono-devel' package.

Contributions

We appreciate all kinds of feedback, so please feel free to send a PR or file an issue.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].