Showing archive results for 2016

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

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
Aug 18, 2016
Post comments count1
Post likes count0

Copy Files Over SSH during Continuous Integration and Deployment

Madhuri Gummalla

In July we released a SSH task to run commands or scripts on a remote machine to make it easier to configure Linux servers as part of your automated build or release definitions. Now we are including another task that will make it easier to deploy to Linux servers. The Copy Files Over SSH task allows securely copying files to a remote server. The ...

DevOps
Aug 18, 2016
Post comments count0
Post likes count0

Upload Files from Team Services Builds and Releases with FTP/FTPS

Jason Sholl

Team Services includes a new build and release task, FTP Upload.  Now your Team Services build or release can upload files using FTP or FTPS.  The FTP Upload task is cross-platform and does not require additional dependencies. This task is available today in Team Services and will be available in the next version of Team Foundation Server for on-pr...

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

Team Services Integration with Jenkins Jobs, Pipelines, and Artifacts

David Staheli

Team Services now integrates even better with Jenkins.  The "Jenkins Queue Job" and "Jenkins Download Artifacts" tasks are useful for blending Team Services and Jenkins build and release steps. Why would Microsoft choose to integrate with Jenkins when Team Services has its own highly-capable build and release systems?  Our goal is to integrate with...

DevOps
Aug 5, 2016
Post comments count0
Post likes count0

Evolving the Visual Studio Test Platform – Part 2

Pratap Lakshman

As promised in the previous post, what follows is a recap of all of the Testing-related features implemented and delivered in the Visual Studio 2015 cycle until now. Each of the features might be relevant at a different stage in the lifecycle, but together they serve the single purpose of enabling efficiency - and overlaid on the lifecycle graphic,...

DevOpsCI/CDTest
Aug 5, 2016
Post comments count0
Post likes count0

Team Services Extensions Monthly Roundup

Joe Bourne

It's been 9 months since we launched our new extensibility platform and Marketplace for Team Services and it has been exciting. So far we've seen With such a rich set of publishers and extensions coming to our marketplace, we want to start taking the opportunity once a month to highlight some of our favorite extensions or publish...

DevOps
Aug 2, 2016
Post comments count0
Post likes count0

August Hosted Build Pool Image Updates

Chris Patterson (MSFT)

Today we are rolling out a new image to the hosted build pool with the following updates For a full list of software see https://www.visualstudio.com/en-us/docs/build/admin/agents/hosted-pool#software-on-the-hosted-build-server

DevOps
Aug 2, 2016
Post comments count0
Post likes count0

Traceability with Continuous Testing

Atin Bansal

With the deployment of Sprint 103, we are enabling users to track the quality of their Requirements right on the Dashboard. We already have a solution for Requirements quality for our Planned testing users and we are bringing it to our users who follow Continuous Testing. Users will be able to link automated tests directly to Requirements and then ...

DevOpsCI/CD
Jul 30, 2016
Post comments count1
Post likes count0

SSH build task

Madhuri Gummalla

On the request of our Linux customers, we have shipped a new SSH build task that allows running commands or scripts on a remote server. This task is available on Visual Studio Team Services and will be available in the next release of Team Foundation Server for our on-premises customers. Using the task is simple. You specify your SSH connection in...

DevOps
Jul 29, 2016
Post comments count0
Post likes count0

Gradle build task now also supports PMD analysis

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