Author: Rene van Osnabrugge
-

Programmatically promote your package quality with Release Views in VSTS
A short while ago, Package Management in VSTS became publicly available. Agreed, the features in the initial version are not overwhelming, but the potential is very high. If you are not familiar yet, with Package Management in VSTS , I highly recommend you take a look at the documentation on…
-

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

Order your VSTS Product Backlog based on the order within your Feature Backlog
I know, the title is crap but I just don’t know how to call it properly. Let me just give me the real life example. I have this pretty straightforward Product Backlog But I also have this feature hierarchy. Within the features I prioritize my Backlog items. The features also are ranked…
-

Change VSTS release variables at queue time
When creating and queueing new build, a feature that I often use is the “allow change at queue time” checkbox next to the build variables Allowing me to change it at Queue time Sometimes you also want this for releases, but there is no such an option. However, you can do…
-

My Techdays sessions are online!
On October 4 and 5 the Techdays Netherlands were held in the RAI Amsterdam. I had the honor to be invited to speak (the 6th year in row). All sessions were recorded and published to Channel 9 Continuous Delivery 3.0 – The Next Step Link to Channel 9 Session Digital disruption…
-

Shrink the physical size of an Azure Virtual machine VHD
At a customer I am helping to set up a pipeline to spin up a complete new environment every night. The environment consists of multiple machines. 2 of the machines are preconfigured and cannot be automated (not now at least) with ARM and DSC to create everything from code (which…
-

Running your ASP.NET Core application on Azure Container Service
While preparing for my Techdays session about “How ASP.NET Core and Docker will change the life of a Microsoft Developer” I was experimenting a bit with Azure Container Service and running my ASP.NET Core application on the ACS Cluster. Together with my colleague Alex Thissen and with some help of…
-

Copy files (and run tests) on a remote machine back to the VSTS build and release agent
This week I was working on a script, running in my VSTS release pipeline that executed Pester tests on a remote machine. Running Pester tests on the VSTS Build and Release Agent work fine with one the awesome tasks on the Visual Studio Marketplace, but this was about running the…
-

Set up a Windows Docker host in Azure and connect from your local computer
A while ago I blogged about how to set up a Docker host without Visual Studio. Now, half a year later things have changed and so have some steps. Yesterday I spun up a new Windows 2016 machine (CTP5) from the Azure gallery and (of course) it did not work…
-

Set output variable in a Powershell VSTS Build Task
Currently I am building a pipeline that performs some actions on Azure. For example creating a Azure Storage Account. When doing this, I want to return some values from my Powershell script back into a variable of my Build Pipeline, so I can use this in another task. After some searching…
-

Controlling build quality using Build Tags and VSTS Release Management
On many occasions a release is a composition of many different artifacts, like product MSI’s, Shared Assemblies, Documentation etc.. I like to compare it with a big box that you use when moving. You fill it up with all sort of little boxes and other stuff and you label it.…
-

Continuous Delivery course at O’Reilly
A few months ago, Marcel de Vries and I created this course for O’Reilly that dives into “Continuous Delivery on the Windows Stack”, and now it is finally released! We talk a lot about Continuous Delivery and use Visual Studio, Visual Studio Team Services and Azure to show you what…
-

How Docker will change Microsoft Development
Two months ago we (Xpirit) published a new edition of our Xpirit Magazine. In this magazine I wrote an article on how Docker will change Microsoft Development. In this blog post you will find the introduction. If you want to read the whole article, you can download the PDF of…
-

Call VSTS REST API from Release Management
Update 22/6/2016 That’s how fast things go. Since this blogpost there has been a new update on VSTS that allows you to access the OAuth token by just clicking a checkbox. In the Release Environment, click the elipsis asnd select Deployment Conditions (or Configure Variables etc.). It opens a new…
-

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

Call VS Team Services (VSTS) REST API from your Build Pipeline
Today I had the necessity to call the Visual Team Services (VSTS) REST API to get the code changes associated to the build I was currently running. I want these changes to get all the files and to do some actions with the files that were changed. First I tried to…
-

Configure your load test against different URL’s within your Release Pipeline
Yesterday I was preparing some demo’s for my NDC talk in June. have a simple website that deploy to Azure by using the Build and Release Pipeline functionality. I thought it would be great to run a Cloud Based Load Test as part of this pipeline and that is what…
-

My slides from Techorama 2016
Last week I spoke at Techorama Belgium. The title of my session was: Continuous Delivery 3.0 on the Microsoft stack. You can download the slides here This title is interesting in itself because everybody has its own ideas on what Continuous Delivery 3.0 actually means. The bottom line of my…
-

Speaking @ Techorama & NDC Oslo
I have a busy month coming. For the second time I was asked to speak at Techorama Belgium. This great event is a fairly new conference that was only started in 2014 and now became pretty big. On Techorama I will do a session on Continuous Delivery 3.0 on…



