Showing category results for CI/CD

Oct 10, 2016
Post comments count0
Post likes count0

Tracking branch health and identifying flaky tests in RM driven test automation

Abhishek Agrawai

In my previous blog post, I had written about how we have a single Release Definition for our team which runs all the test environments in parallel.  Now that Release Management supports branch based filters while listing releases, it is very easy to track the health of a particular branch.  Further, with the work the test team has done a...

DevOpsAzure DevOps ServerCI/CD
Sep 26, 2016
Post comments count0
Post likes count0

Pricing for Release Management in TFS “15”

Vijay Machiraju

[Update on  Nov 16, 2016] This article is now outdated. With the RTM version of TFS 2017, we have the final pricing model for Release Management. For more information, see our official documentation. Since the new version of Release Management was introduced in TFS 2015 Update 2, it has been in "trial mode". Any user with Basic access level was ab...

DevOpsAzure DevOps ServerCI/CD
Sep 1, 2016
Post comments count0
Post likes count0

Announcing MSTest V2 Framework support for .NET Core 1.0 RTM

Pratap Lakshman

MSTest V2 is now supported on .NET Core 1.0 RTM. API changes in .NET Core 1.0 leading up to RTM (see #7754), were blocking users of the MSTest V2 packages we had released for .NET Core 1.0 RC2. Not any more (see #10713), we are pleased to note. This continues to be a preview release, and comes with following changes: Now ...

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

Continuous Delivery of iOS Applications with Visual Studio Team Services

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

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

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 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 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 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 25, 2016
Post comments count0
Post likes count0

Evolving the Visual Studio Test Platform – Part 1

Pratap Lakshman

Three releases (VS 2015 Update 3, Visual Studio "15" Preview 3, MSTest V2) featuring Test Platform components in as many months indicate a path best traced by starting from the present. The Test Platform Presently, Visual Studio has an open and extensible test platform with tests being written using various test frameworks and run using a variety ...

DevOpsCI/CDTest