Azure DevOps Blog

DevOps, Git, and Agile updates from the team building Azure DevOps

How do we use RM for our test runs

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

Top stories from the VSTS community – 2017.08.04

Here are the top stories we found in our streams this week related to DevOps, VSTS, TFS and other interesting topics: (image)  TOP STORIES * Bulk import git repositories into VSTS/TFS - Gordon Beeming Gordon takes us through the different ways to import a Git repository into VSTS and then shows us how to easily automate the process using ...

Top stories from the VSTS community – 2017.07.28

Here are top stories we found in our streams this week related to DevOps, VSTS, TFS and other interesting topics. (image)  TOP STORIES (image) VIDEOS TIP: If you want to get your VSTS news in audio form then be sure to subscribe to RadioTFS . (image)  FEEDBACK What do you think...

Top stories from the VSTS community – 2017.07.21

Here are top stories we found in our streams this week related to DevOps, VSTS, TFS and other interesting topics. (image)  TOP STORIES **** (image) **** VIDEOS TIP: If you want to get your VSTS news in audio form then be sure to subscribe to RadioTFS . (image)  FEEDBACK What do you think? How could we do this series ...

Extending MSTest V2

APIs are assets. As developers we learn them, write to them, and – if the API are extensible – we grow them. An extensible API removes barriers to introducing new abstractions closer to our own domains. Once such abstractions are in place, they in turn allow us to work with the underlying framework in a more fluent manner. Extensibility ...

Improved package support in Team Build

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