The latest updates on all JetBrains products and topics
TeamCity integrates with NuGet package manager and can also serve a NuGet feed. Using TeamCity as a NuGet feed comes handy if you want to publish your NuGet packages to a limited audience - just to your team, for instance. Before TeamCity version 2018.1, NuGet feed was global for the whole server…
Rust is an interesting programming language with decent tooling support. Cargo is an official build tool and a package manager for Rust programs. So what if you use Rust and want to configure automated builds in TeamCity? No worries, we have it covered! You can download the Rust and Cargo support pl…
For the good cause, it is sometimes easier to start with TeamCity by deploying it into a cloud service, such as AWS. This allows the users to try TeamCity without the need to prepare the dedicated machine. For the quick start, it is possible to use CloudFormation template which deploys the minimal …
Some time ago we announced the plugin that turns TeamCity into a torrent tracker and a seeder for large artifacts. Judging by the flow of feedback — both positive and not so much — the plugin is in use by quite a few of our users. To remedy the not-so-much part, we are presenting a new version of…
Back in 2008, with the release of TeamCity 3.1, James Kovacs, Brendan Tompkins and a few others contacted us in order to provide a hosted TeamCity instance for OSS projects in .NET. That ultimately became the TeamCity at CodeBetter site. For quite a few number of years, the service was maintained…
After some time, during which we released the anniversary TeamCity 10.0 (and then 10.0.1), we are resuming our TeamCity Digest series with the latest TeamCity-related blog posts and articles we’ve stumbled upon during the last couple of months. Kevin Venter of Xero shares their team experience on…
This guest post is brought to you by Bica Studios engineering team. It was initially set up as an interview, but it has outgrown the format to become a stand-alone blog post. What does your company do? BICA STUDIOS is a team that crafts the best gaming entertainment to bring enduring and ins…
As the popularity of Docker is growing exponentially, Docker Hub has become a huge software distribution platform. Users publish their own images, companies start their official repositories, and everyone is happy. Up until now JetBrains wasn’t part of this. Then we noticed over 300 images relate…
We continue to gather various articles and blog posts related to TeamCity from social media and online resources. Thanks to those of you who send them to us via twitter and other channels. Azure Application Insights has recently released support for Release Annotations, and Endjin – who are also …
Good news for those of you who use both TeamCity and Amazon Web Services, and those who for now stick with only one of the above, but are looking for a good integration. With the help of the new TeamCity AWS CodeDeploy Runner plugin, your application can now be automatically deployed directly to yo…
Please welcome the latest digest of new publications about TeamCity usage and different aspects of CI/CD processes that it covers. We’ll start this one with the post by Paul Stovell in the official Octopus Deploy blog about how some of the new major changes in ASP.NET Core 1 and the dotnet CLI ha…
Although it is possible to setup build pipelines in TeamCity, you will not find the term "build pipeline" in the TeamCity web interface or even in our documentation. The reason is that we have our own term: "build chain", which we feel describes TeamCity’s build-pipeline-related features bette…