category

devops

Introducing the 'Visual Studio VSIX Signer' GitHub Action
06 April 2023

Before you deploy that Visual Studio extension, you may want to sign it so folks know you're legit. This GitHub Action can help!

Introducing the 'Visual Studio VSIX Versioner' GitHub Action
05 April 2023

Having problems versioning that Visual Studio extension you're trying to publish through a GitHub workflow? I gotchu.

Introducing the
04 April 2023

You've got your own Visual Studio extension, open source on GitHub, but you need to figure out HOW to publish it to the Visual Studio marketplace - this new GitHub Action can help!

Adding a CLA Bot to Your GitHub Repository
27 May 2022

Today, I spent a little bit of time figuring out how to get a proper CLA bot attached to some GitHub repositories. Gotta tell ya, it wasn't that hard, but I wanted to blog it anyway so I can refer back when I have to do it again in 5 years.

Opening an SSH Tuneel in an Azure DevOps Pipeline
02 May 2022

I needed to be able to open an SSH tunnel in one of my Azure pipelines recently to get access to some databases hosted in AWS for running various integration tests.

Deleting Failed AzureDevOps Service Connections
19 April 2020

I had three broken / failed AzureDevOps service connections that I could not remove via the UI. I finally figured it out using AzureDevOps API. Read on to find out how!

Docker Containers and my Adventures in Versioning and Tagging - Part II
11 April 2020

What's the best way to version, and tag, your code and containers so you know which commits actually make it to production?

Docker Containers and my Adventures in Versioning and Tagging
10 April 2020

What's the best way to version, and tag, your code and containers so you know which commits actually make it to production?

Running Your Test Suite in Azure DevOps On A Mac Build Agent And Publishing The Results
21 March 2020

How do you run your test suite in Azure DevOps, while using a Mac build agent, and then publish the results? Read on to find out!