News

JetBrains TeamCity 2.0 Includes TFS Integration

TeamCity 2.0 from JetBrains offers Web-hosted build-and-test management for Visual Studio and Eclipse, among others.

Czech Republic-based JetBrains has updated TeamCity, its entry into the Web-hosted build-and-test management space. New features of the 2.0 release are "productivity plug-ins" for Visual Studio, Eclipse and IntelliJ IDEA, the company's own proprietary IDE.

TeamCity 2.0 now integrates with Team Foundation Server's (TFS) version control system, according to JetBrains. Users can conduct remote runs as well as delayed commitments to their code base and look at test failures for specific builds.

The Delayed Commit feature serves as a gatekeeper. Changes to code get entered into the version control system only if they pass a series of remotely conducted tests. Developers can address indicated failures within their IDE.

The Remote Run feature lets users test code after making changes without involving the version control system. Files go up to the server directly; from there TeamCity grabs source files from the code base and generates a build for the user to test remotely.

Forrester Research Inc. analyst Carey Schwaber says JetBrains is well-regarded in Java circles due to IntelliJ. "They're one of the few vendors out there that has continued to make money off Java development environments, but it's clear that they're also looking to branch out into less commoditized spaces," she says.

About the Author

Chris Kanaracus is the news editor for Redmond Developer News.

comments powered by Disqus

Featured

  • VS Code v1.99 Is All About Copilot Chat AI, Including Agent Mode

    Agent Mode provides an autonomous editing experience where Copilot plans and executes tasks to fulfill requests. It determines relevant files, applies code changes, suggests terminal commands, and iterates to resolve issues, all while keeping users in control to review and confirm actions.

  • Windows Community Toolkit v8.2 Adds Native AOT Support

    Microsoft shipped Windows Community Toolkit v8.2, an incremental update to the open-source collection of helper functions and other resources designed to simplify the development of Windows applications. The main new feature is support for native ahead-of-time (AOT) compilation.

  • New 'Visual Studio Hub' 1-Stop-Shop for GitHub Copilot Resources, More

    Unsurprisingly, GitHub Copilot resources are front-and-center in Microsoft's new Visual Studio Hub, a one-stop-shop for all things concerning your favorite IDE.

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

Subscribe on YouTube