Brew broke my things (again)

So I got bitten by homebrew, again. I wanted to update rabbitmq, so first update our local formulae cache:

> brew update
...
You have 127 outdated formulae and 3 outdated casks installed.
You can upgrade them with brew upgrade
Read more…

Consume packages from Azure DevOps Artifacts in GitHub Actions on Ubuntu

I need to consume some private packages published to Azure DevOps Artifacts, in a build on GitHub Actions running Ubuntu. While researching most answers either suggested to install the credentials provider or use nuget sources add with a Personal Access Token (PAT). The first seemed like overkill for my situation so I opted for the latter. I already have this source configured in the NuGet.config file in the root of my solution, so instead of add I’ll use update. It didn’t work:

Read more…

Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.