Azure DevOps Blog

DevOps, Git, and Agile updates from the team building Azure DevOps

Debugging .NET Core on Unix over SSH

With the release of Visual Studio 2017 RC3 it is now possible to attach to .NET Core processes running on Linux over SSH. This blog post will explain how to set this up. Machine Setup On the Visual Studio computer, you need to install either the 'ASP.NET and web development' or the ".NET Core cross-platform development" workload in the 1/26/...

How to recreate the TFVC team project folder

We've had a handful of support calls lately from customers who deleted their team project folder in TFVC. tf.exe makes it easy to do, but not easy to undo. Fortunately, the fix is straightforward, and Will Lennon has written it up in a blog post. With Will's permission, I'm reblogging the contents below. TF.exe makes it easy to destroy a ...

What’s new in Git for Windows 2.11?

Git for Windows v2.11.0 is out! Download it here (homepage is here). The new version corresponds to Git v2.11.0 (release notes are here, and our friends over at GitHub blogged about it, too). Apart from the improvements inherited from the "upstream Git" project, Git for Windows also updated some libraries to address security concerns, and ...

Announcing Code Search on Team Foundation Server 2017

Code Search is the most downloaded Team Services extension in the Marketplace! And it is now available on Team Foundation Server 2017! Code Search provides fast, flexible, and accurate search across your code in TFS. As your code base expands and is divided across multiple projects and repositories, finding what you need becomes increasingly ...

Git perf and scale

New features and UI changes naturally get a lot of attention. Today, I want to spotlight the less visible work that we do on Team Services: ensuring our performance and scale meet our customers' needs now and in the future. We are constantly working behind the scenes profiling, benchmarking, measuring, and iterating to make every action faster...

Announcing General Availability for Code Search

Today, we are excited to announce the general availability of Code Search in Visual Studio Team Services. Code Search is available for Team Foundation Server “15” as well. What’s more? Code Search can be added to any Team Services account for free. By installing this extension through the Visual Studio Marketplace, any user with access...

TFVC Support in Preview for Team Services Plugin for IntelliJ and Android Studio

We are proud to announce that Team Foundation Version Control (TFVC) support is being added to the Team Services plugin for IntelliJ and Android Studio. Currently, the 1.106.0 version of the plugin will contain preview functionality to support TFVC repositories in the IDEs. Android Studio developers stuck with no TFVC support to create mobile...

What’s new in Git for Windows 2.10?

It has been a busy time since my last post. There have been nine public releases of Git for Windows in the meantime. And a lot has happened. Most importantly, Git for Windows v2.10.0 has been released. Download it here. Or look at its homepage. Let me take this opportunity to mention a couple of highlights: The interactive rebase is now ...