Nicole Forsgren, Gene Kim, participants of the DevOps Enterprise Forum and I collaborated on a free starter self-assessment for your team's DevOps performance. It's now available at https://DevOpsAssessment.net.
As input, we used the research from the State of DevOps Reports (presented by DORA and Puppet) that Nicole has been leading for ...
Here are top stories we found in our streams this week related to DevOps, VSTS, TFS and other interesting topics.
 TOP STORIES
Deploying Infrastructure in Azure with VSTS – Tarun Arora
In this blogpost I’ll take you the full 9 yards with a walk through on how to set up an infrastructure deployment pipeline using VSTS.
Creating Your ...
The Sprint 121 Update of Visual Studio Team Services (VSTS) is rolling out more broadly to accounts this week and includes Wiki in public preview and many features to make your workflow more integrated and consistent.
Wiki, now included with every project, leverages the simplified editing experience of markdown syntax to write pages that help...
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 ...
Here are the top stories we found in our streams this week related to DevOps, VSTS, TFS and other interesting topics:
 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 the VSTS ...
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:
TestMethod1
dependency1
dependency2
TestMethod2
dependency1
dependency3
TIA can generate such a dependencies...