Posts

2024

Back to Top ↑

2023

Back to Top ↑

2020

SSO on GitHub organization with Azure AD

3 minute read

GitHub offers SAML single sign-on(SSO) in the enterprise plan. I created an enterprise account as a trial to see how this works together with Azure AD. GitHu...

Back to Top ↑

2019

Provision GitHub setup

3 minute read

This year I was part of the team that organized the Global DevOps Bootcamp. An important part of the event was provisioning the setup for all teams. This con...

Display OpenCover results in Azure DevOps

2 minute read

So with my first post I managed to run OpenCover in the build and measure the code coverage on my .Net API by end-2-end tests. Of course this is fun, but it ...

Integrate OpenCover with Azure DevOps

2 minute read

OpenCover is a code coverage tool that measures both branch and sequence points for a given .Net application. In my case, I wanted to measure code coverage ...

Back to Top ↑