Showing results for February 2016 - Azure DevOps Blog

Feb 27, 2016
0
0

Running Apache JMeter based load tests in the cloud – how to

Prachi Bora (MSFT)
Prachi Bora (MSFT)

Sometime ago, we announced that the cloud-based load testing service in Visual Studio Team Services could be used to run Apache JMeter based load tests. We are happy to let you know that this feature is now publicly available and you can try it out using your Team Services account. This is a quick how-to to help you get started. Essentials: How ...

DevOpsTest
Feb 24, 2016
0
0

Pull Request integration in IntelliJ and Android Studio

Madhuri Gummalla
Madhuri Gummalla

The Visual Studio Team Services plugin for IntelliJ and Android Studio now has support for pull requests! This feature is part of a series of essential developer workflows our Java teamsĀ are planning to enable in IntelliJ (and IDEs based on it like Android Studio, PhpStorm, WebStorm etc.). This post has more details on some of our plans. In the ...

DevOps
Feb 18, 2016
0
0

SonarQube Scanner for MSBuild v2.0 released: support for third-party Roslyn analyzers

Aaron Hallberg
Aaron Hallberg

We are pleased to announce that SonarSource has officially released version 2.0 of the SonarQube Scanner for MSBuild and version 4.5 of the SonarQube C# Plugin. The release notes for the scanner and plugin list the bugs that were fixed, but the major change is that together these releases provide support for using third-party Roslyn analyzers with ...

DevOpsCommunityOpen Source
Feb 12, 2016
0
0

Impact of new Release Management orchestration features

Vijay Machiraju
Vijay Machiraju

We are rolling out a number of orchestration improvements in Release management service. These improvements are explained in the release notes here and here. One of the key features in this release is that you will be able to author more complex release definitions, where the deployments can happen to multiple environments in parallel. You do not ...

DevOpsCI/CD
Feb 12, 2016
1
0

Using the DebuggerNonUserCode Attribute in Visual Studio 2015

Aaron Hallberg
Aaron Hallberg

You can add the DebuggerNonUserCode attribute to your application as a handy way to tell the debugger that you donā€™t want to debug into specific sections of code. If you havenā€™t used this attribute previously, this blog post gives a summary of how you can use it as part of your debugging workflow. If you currently use this attribute, you may...

DevOpsGit & Version Control
Feb 12, 2016
0
0

Quickly navigate with keyboard

Ewald Hofman (MSFT)
Ewald Hofman (MSFT)

Shortcuts have been in Visual Studio Team Services (VSTS) and Team Foundation Server (TFS) for a long time, but not many keyboard shortcuts were available and it was not discoverable. Since a few deployments we have introduced more shortcuts using the MouseTrap open source library. You can now type in keys whenever you are not focused on an ...

DevOpsGit & Version ControlAgile
Feb 11, 2016
0
0

Use SonarQube quality gates to control your Visual Studio Team Services builds

Bogdan Gavril
Bogdan Gavril

Note: a more recent documentation is available from Analyzing with SonarQube Extension for VSTS/TFS In Visual Studio Team Services and Team Foundation Server you can cause a build to fail if the code does not meet the conditions imposed by a SonarQube quality gate. This post describes how to configure this when using SonarQube 5.3 and earlier, and...

DevOpsCommunityAzure DevOps Server
Feb 11, 2016
0
0

Monitor Team Services web extensions with Visual Studio Application Insights

Will Smythe
Will Smythe

OneĀ of the top questions we getĀ from developersĀ building extensions for Visual Studio Team Services is "Are people using my extension"? The Visual Studio Marketplace (launched in November and currently in preview) showsĀ the number of Team Services accounts an extension is installed to, but not the number of people actually using it or how these...

DevOpsAzure & Cloud
Feb 10, 2016
0
0

Get your code hosted for free in VSTS

Matthew Mitrik (MS)
Matthew Mitrik (MS)

If you have a project you've been working on, but havenā€™t yet had a chance to put it in source control, then spend a few minutes of your leap day this year and host it for free in Visual Studio Team Services (VSTS).Ā  VSTS is a great place to host all of your projects for free, and creating a repo to host your code is easier than ever.Ā  Let's ...

DevOps
Feb 8, 2016
0
0

Parallel and Context Sensitive Test Execution with Visual studio 2015 Update 1

Charles Sterling
Charles Sterling

(Editors Note:Ā  One of the most popular series of blog posts on the ALM Blog was Terjeā€™s posts on Unit Testing.Ā  So when he asked to republish his Norwegian post on the ALM blog the answer was of course an enthusiastic YES!.Ā  A little off topic this post also highlights we need a post on executing parallel test runs with the new ā€œRun ...

DevOpsTest