Showing results for Open Source - Azure DevOps Blog

Oct 17, 2016
0
0

Code Search is now Java friendly

Shruti Poddar [MSFT]
Shruti Poddar [MSFT]

In addition to C#, C, C++, and Visual Basic code, you can now do semantic searches across Java code. Adding to our Java feature set and capabilities, we recently enabled contextual search for Java files in the Code Search extension for Visual Studio Team Services and Team Foundation Server starting with TFS “15”. You can apply code type filters to ...

DevOpsAzure DevOps ServerGit & Version Control
Oct 14, 2016
0
0

UML Designers have been removed; Layer Designer now supports live architectural analysis

Jean-Marc Prieur
Jean-Marc Prieur

We are removing the UML designers from Visual Studio "15" Enterprise. Removing a feature is always a hard decision, but we want to ensure that our resources are invested in features that deliver the most customer value.  Our reasons are twofold: If you are a significant user of the UML designers, you can continue to use Visual Studio 2015...

DevOpsOpen SourceSecurity
Oct 12, 2016
0
0

Maven and Gradle build tasks support powerful code analysis tools

Bogdan Gavril
Bogdan Gavril

Over the last few months we have been steadily building up the capabilities of the Maven and Gradle build tasks to offer insights into code quality through popular code analysis tools. We are pleased to announce additional much-requested features that we are bringing to these tasks, which will make it easier to understand and control technical debt...

DevOpsAzure DevOps ServerOpen Source
Oct 7, 2016
0
0

Live architecture dependency validation in Visual Studio “15” Preview 5

Importer
Importer

In the past year, you told us that you considered removing unwanted dependencies to be an important part of managing your technical debt. The Layer designer enables you to validate architectural dependencies in your Visual Studio solutions. It first shipped in Visual Studio 2010, and is now part of Visual Studio Enterprise. But the experience could...

DevOpsOpen SourceSecurity
Sep 18, 2016
0
0

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

leantk
leantk

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 apps ...

DevOpsAzure DevOps ServerGit & Version Control
Sep 5, 2016
0
0

Maven and Gradle build task support Checkstyle analysis

Bogdan Gavril
Bogdan Gavril

A few sprints ago we enabled SonarQube and PMD analysis on the Maven and Gradle tasks. We continue to add code analysis tooling to the Java build tasks with Checkstyle support for Gradle, and - in a few days - for Maven. Checkstyle Analysis Checkstyle is the analyzer of choice for enforcing a coding standard. It is a highly configurable analyzer...

DevOpsAzure DevOps ServerOpen Source
Aug 25, 2016
0
0

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
0
0

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
0
0

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
0
0

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