Archive | ALM RSS feed for this section

IT4IT DevOps Manifesto

Continue reading

Running a Linux VSTS Agent on Azure Container Instances

About 3 weeks ago, Corey Sanders (https://azure.microsoft.com/en-us/blog/announcing-azure-container-instances/) announced in his blog that Azure Container Instances is in private preview. I think that this new Azure service is very promising. In a nutshell, it is a hosted and managed Container cluster. The only thing you need to take care of is to create a container image […]

Continue reading

Only trigger a release when the build changed

I created a Build task for this purpose as well. Check it out here!  Back in the early days, when we used XAML builds in TFS (wow that seems like ages ago!), we had the possibility to NOT execute a build when nothing changed in the source code repository. This checkbox “Build even if nothing has changed” […]

Continue reading

Running a Linux SQL Server in a Docker Container

I just reinstalled my PC and needed a database for some simple work. I did not like the idea of installing a full SQL Server on my PC. Too heavy and takes too long. The I remembered that Microsoft recently announced that they can run SQL Server on Linux and they even have a Docker […]

Continue reading

.NET Rocks Interview on Continuous Delivery Rocks

Last month on Techorama I had the great pleasure to be interviewed for the great radio show .NET Rocks. Together with Marcel de Vries we talked about Continuous Delivery 3.0 and everything related. Continuous Delivery 3.0 is all about rethinking the things you do instead of optimizing them and we have some great discussions around it. The […]

Continue reading

Top 10 of things every TFS Administrator should do

I spent a fair amount of time on different social media channels like Twitter (@renevo)and LinkedIn and I noticed an interesting thing. Every time someone posts a Top 10 of things or tips it receives a lot of positive comments. It is a fact. People like lists and I tend to think that technical people […]

Continue reading

Changing the product backlog in TFS 2012

Recently I was at a customer who used the MSF for Agile Software Development template in Team Foundation Server 2012. As he was doing Scrum with this template he had the need to show Bugs in the Product Backlog view as well. Just like User Stories he wanted to plan bugs in a specific sprint. […]

Continue reading

Hidden Gems in TFS 2012–Part 8 Related Work Items in a Build Report

In this series of blog posts I like to highlight some features of TFS/Visual Studio that people seem to overlook. In my day to day job I often see that people don’t know about certain feature that are available in Team Foundation Server, Visual Studio or some of the Powertools. Some features are available as […]

Continue reading

Want to implement an ALM process? Focus on the output!

Want to implement an ALM process? Focus on the output! In my previous article “Implement TFS or ALM? Same or different?” , I talked about the differences between an ALM implementation and a TFS Implementation. Today I like to talk about the change process that is involved when an ALM process is being implemented. I […]

Continue reading

Implement TFS or ALM? Same or different?

Introduction The answer to the question in the title probably varies from person to person. Some people will say that an implementation of Team Foundation Server (TFS) automatically implies an implementation of Application Lifecycle Management (ALM). Other people will say that this is not the case and you don’t get ALM by implementing TFS. I […]

Continue reading