Azure DevOps Blog

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

Profile Your CPU in the Debugger in Visual Studio 2015

This blog post introduces the updates to the CPU Usage tool in Visual Studio 2015 Update 1. First we will define and introduce the CPU Usage tool and then we’ll go over some of its features. If you would like to provide feedback about your profiling experiences, we’d love to hear from you: take this short survey or drop us an e-mail. ...

Improvement to Debugging C++ Access Violations in Visual Studio 2015 Update 1

In this blog post I will introduce a small but useful Visual Studio 2015 Update 1 improvement for debugging C/C++ code. When writing C/C++ code it is common to deal with complex lines that utilize multiple pointers, for example dereferencing multiple pointers on a single line. However, it can be difficult to decipher which part of that line...

Visual Studio Team Foundation Plugin for IntelliJ and Android Studio

Expanding our support for Java IDEs and following in the footsteps of our Eclipse plugin, today we are announcing a preview of the Visual Studio Team Foundation Plugin for IntelliJ that works with IntelliJ IDEA and Android Studio. This new plugin provides features for both Team Foundation Server (TFS) and Visual Studio Online (VSO).  ...

New Java documentation subsite for Visual Studio Online

Demonstrating Microsoft's continued commitment to enabling Java developers to fully utilize Team Foundation Server (TFS) and Visual Studio Online (VSO), we have launched a documentation subsite dedicated to Java at java.visualstudio.com. The site covers a large variety of topics relevant for Java development including:  using Git with VSO, ...

Application Performance Analysis Survey

My name is Nikhil, and I'm a Program Manager on the Visual Studio team. Our team has been investing heavily in making it easier to solve performance problems in your applications.If you have two minutes, I'd love to hear your feedback on dealing with performance problems in your applications by filling out the survey below. Your...

New fields bring Kanban goodness to queries, and more

In VSO, the Kanban board is your control room. Like traditional switchboards and status indicators, the board empowers teams with mission critical information: which work items are in progress, where the bottlenecks are, who the work is assigned to, and so on. There’s a certain calm to knowing all of this... and we get it. As consumers of...

Breaking change in TFS 2015 Update 1 for server-side plugins

Since Team Foundation Server 2010, TFS has supported extending its functionality using server-side plugins. These plugins are written against the server object model, and in particular the Microsoft.TeamFoundation.Framework.Server.ISubscriber interface. Team Foundation Server 2015 Update 1 includes a breaking change in that interface, meaning ...

Process Template changes to TFS 2015 RTM

With the release of TFS 2015, we have also updated the process templates. All of these changes were done to: Many of you have requested a list of the improvements that we have made to the process templates, so here we go.Template changes Workflow changes Field changes...

The Maven build task now simplifies SonarQube analysis

Last month we released the MSBuild tasks for SonarQube analysis, which make it easy to analyze a .NET project. Today we are pleased to announce an updated Maven task that makes it easy for Java developers using Maven to trigger a SonarQube analysis in Visual Studio Online (VSO), and - when Update 1 is available soon - in Team Foundation Server...