Showing category results for CI/CD

Aug 8, 2017
Post comments count0
Post likes count0

How do we use RM for our test runs

Aseem Bansal [MSFT]

Authored by Gaurav Sisodia from EPS team and Aseem Bansal from RM team. In this post, we will talk about how VSTS organization (Brian Harry’s team) is using VSTS for continuous integration and testing the product. We will also talk about how we have transformed engineering systems from internal home grown tool, that we used to use for testing the ...

DevOpsCI/CD
Aug 4, 2017
Post comments count0
Post likes count0

Accelerated Continuous Testing with Test Impact Analysis – Part 4

Pratap Lakshman

Essential to TIA’s test selection is the map of dynamic dependencies between test methods and source files of code exercised during their execution. TIA needs dependencies mapped in this form: TIA can generate such a dependencies-map for managed code execution. Where such dependencies reside in .cs and .vb files, TIA can automatically watch for ...

DevOpsCI/CDTest
Jul 31, 2017
Post comments count0
Post likes count0

Human readable tests and build chaining in July’s VSTS extension round-up

Joe Bourne

Our community of publishers continues to grow and the contributions they're making are great. This month I've got an extension for chaining build definitions together, and another that was written because people were searching for it in the Marketplace. SpecFlow+LivingDoc See it in the Marketplace here: https://marketplace.visualstudio.com/item...

DevOpsCommunityAzure DevOps Server
Jul 18, 2017
Post comments count0
Post likes count0

Improved package support in Team Build

Alex Mullans

We know that packages are a key way to bring in dependencies and to share your work with your users, and we know many of you are using private package sources (like Package Management, Artifactory, MyGet, and others) to develop packages inside your organization. To improve those workflows, over the past two sprints, we've released major improvement...

DevOpsCI/CD
Jun 9, 2017
Post comments count0
Post likes count0

Deploying Applications to Azure Container Service

Atul Malaviya

In this blog post I will show you how to setup continuous delivery of a dockerized app by using Visual Studio Team Services (VSTS) to a Kubernetes cluster running in ACS. Azure Container Service (ACS) allows to deploy and manage containers using Kubernetes, Docker Swarm, Mesosphere DC/OS orchestrators. You can now deploy these three orchestrators ...

DevOpsAzure & CloudAzure DevOps Server
Jun 6, 2017
Post comments count0
Post likes count0

Building and Deploying a Java Application to Oracle WebLogic Server Running in Azure VM with Microsoft Visual Studio Team Services

Emin Askerov

If you are interested in Microsoft Visual Studio Team Services (VSTS) platform and Java development, maybe you know that VSTS has everything you need to organize CI/CD pipeline for your Java application development. Visual Studio ALM Blog has a lot of useful and helpful resources describing how to build and deploy your Java application and artifact...

DevOpsAzure & CloudCI/CD
May 31, 2017
Post comments count0
Post likes count0

Turn your infrastructure into code with Chef, and update your Assembly information with May’s Team Services Extensions Roundup

Joe Bourne

May is coming to a close, and we've had more Team Services accounts installing extensions than any month since we launched the Marketplace. The ecosystem momentum we've seen this year is strong, and there are still so many exciting integration opportunities out there to go enable. For this roundup I've got two great extensions, and to start us off ...

DevOpsCommunityAzure DevOps Server
May 26, 2017
Post comments count0
Post likes count0

New Release Definition Editor in Team Services

Saumya Venkataraman [MSFT]

Have you ever struggled to create a mental model of how the deployments to your environments would progress? We are introducing the pipeline view for your release definitions that will show how your deployments flow. Approvals, environment and deployment settings are now in-context and easily configurable. The new release definition editor is curr...

DevOpsAzure & CloudAzure DevOps Server
May 22, 2017
Post comments count0
Post likes count0

Visual Studio Team Services demonstrates how Microsoft Loves Java

Paul T. Barham

To demonstrate our continued commitment to support Java developers and their full lifecycle DevOps needs with Visual Studio Team Services (VSTS) and Team Foundation Server (TFS), I want to share some of our recent and exciting Java-related feature announcements. Our teams are working with large and small Java teams every day to better understand th...

DevOpsAzure & CloudCommunity
May 22, 2017
Post comments count0
Post likes count0

Using Open Source Components? Using TFS?

Sam Guckenheimer

Back in March, I wrote about the WhiteSource Bolt extension for VSTS. This is a fantastic way to automate security checks for open source vulnerabilities in the release pipeline of your team project. The most frequent question I’ve received is, When can we have this for TFS too? I’m happy to announce that the extension now works with TFS on-pre...

DevOpsCI/CDOpen Source