Showing category results for Open Source

Aug 25, 2016
Post comments count0
Post likes count0

Continuous Delivery of iOS Applications with Visual Studio Team Services

Madhuri Gummalla
Madhuri Gummalla

We are happy to announce an Apple App Store extension that allows deploying iOS applications to the Apple App Store via Team Services or Team Foundation Server (2015 Update 3 or later). Along with the Google Play extension, this provides a good story for continuous deployment of iOS and Android mobile applications via Team Services and TFS. The Ap...

DevOpsCI/CDAgile
Aug 18, 2016
Post comments count0
Post likes count0

Deploying an Azure Red Hat Linux VM Running Apache Tomcat for use with Visual Studio Team Services and Team Foundation Server

Paul T. Barham
Paul T. Barham

Visual Studio Team Services and Team Foundation Server (TFS) now has at least three mechanisms (i.e. deployment and utility tasks) for deploying to a Linux host or virtual machine (VM).  This walkthrough will show specifically how to setup and configure an Red Hat (v. 7.2) VM on Azure to run Tomcat and other necessary services to support three diff...

DevOpsAzure & CloudAzure DevOps Server
Aug 18, 2016
Post comments count0
Post likes count0

Deploying an Azure Ubuntu Linux VM Running Apache Tomcat for use with Visual Studio Team Services and Team Foundation Server

David Staheli
David Staheli

Visual Studio Team Services and Team Foundation Server (TFS) now have at least three mechanisms (i.e. deployment and utility tasks) for deploying to a Linux host or virtual machine (VM).  This walkthrough will show specifically how to setup and configure an Ubuntu (v16) VM on Azure to run Tomcat and other necessary services to support three differe...

DevOpsAzure & CloudAzure DevOps Server
Jul 29, 2016
Post comments count0
Post likes count0

Gradle build task now also supports PMD analysis

Jean-Marc Prieur
Jean-Marc Prieur

Last month, we enabled support for PMD analysis in the Maven build task (see The Maven build task now supports PMD analysis out of the box). This is now the turn of Gradle. PMD Analysis with Gradle You can now request a PMD analysis in the Gradle build task using the new “Run PMD Analysis” checkbox which instructs Gradle to perform PMD static ana...

DevOpsAzure DevOps ServerOpen Source
Jul 11, 2016
Post comments count0
Post likes count0

Team Services Plugin for IntelliJ and Android Studio 1.0 Release

leantk
leantk

After several months in preview, we are excited to announce the release of the official 1.0 version of the Team Services plugin for IntelliJ and Android Studio. While in preview, many features have been continually added to the plugin to better suit your needs. Some of the various features that are available in the plugin are: ·         Checkout a...

DevOpsAzure DevOps ServerGit & Version Control
Jul 6, 2016
Post comments count0
Post likes count0

Managing Technical Debt planning update – 2016Q3

Jean-Marc Prieur
Jean-Marc Prieur

[Nov 2016: Added a status Update with links on details for what was done]   Back in January, I shared with you our SonarQube integration Update and plans for the first half of 2016. I’ve just updated that blog post to ensure that all the links were added to the individual blog posts for the features we have delivered over these last 6 months...

DevOpsCommunityAzure DevOps Server
Jun 15, 2016
Post comments count0
Post likes count0

The Maven build task now supports PMD analysis out of the box

Jean-Marc Prieur
Jean-Marc Prieur

Simple Java static analysis tools In addition to working on the SonarQube integration, we received feedback from some of you that you would like the Maven and Gradle tasks to perform static analysis using common Java tools such as PMD, CheckStyle, and FindBugs. These tools are also supported though SonarQube plug-ins, and most of their rules are a...

DevOpsCommunityAzure DevOps Server
Jun 15, 2016
Post comments count0
Post likes count0

The Gradle build task now supports SonarQube analysis

Jean-Marc Prieur
Jean-Marc Prieur

SonarQube analysis for Java In October, we updated the Maven task to support SonarQube analysis (See The Maven build task now simplifies SonarQube analysis). This time, we are pleased to announce an updated Gradle task which makes it easy for Java developers using Gradle to trigger a SonarQube analysis in Visual Studio Team Services. Using the Gr...

DevOpsCommunityAzure DevOps Server
Jun 2, 2016
Post comments count0
Post likes count0

SonarQube Code Analysis issues integration into Pull Requests

Bogdan Gavril
Bogdan Gavril

See also SonarQube documentation available from Analyzing with SonarQube Extension for VSTS/TFS Goal: Let developers fix issues early Team leads and managers spend time drilling into the SonarQube dashboard, setting up quality gates and monitoring technical debt. Have a look at the publicly available SonarQube dashboard for the Roslyn project to ...

DevOpsCommunityAzure DevOps Server
May 11, 2016
Post comments count0
Post likes count0

SonarLint 2.2 for Visual Studio improves the connected mode

Jean-Marc Prieur
Jean-Marc Prieur

< p>In the continuation of SonarLint 2.1 for Visual Studio, last week, SonarSource and Microsoft released SonarLint 2.2, providing in-IDE analysis results consistent with analysis builds. Here is a description of the scenarios covered by these new improvements: Notifications when the quality of the solution is not consistent with the Quality p...

DevOpsCommunityAzure DevOps Server