brokul.dev
  • Blog
  • Archive
  • Feed
  • About

Tag: CI/CD

Bash script to update all NuGet and NPM packages in a solution

It's always worth being in sync with the most recent versions of libraries that you use. Naturally, it's true as long as these do not contain malicious code. In this article, you can find a simple, ready-to-use Bash script to update all NPM and NuGet packages within your .NET Core solution. Feel free to use it in your CI/CD.

01 November 2021

Adding domain to existing rule with CLI in Azure Front Door

Recently I wrote a simple script for my CI/CD which was responsible for new tenant onboarding. The key thing was to add a domain to Front Door and adjust the existing routing rule. I decided to use Azure CLI for that but there were some difficulties with making routing rules handle the new domains.

01 March 2021
© brokul.dev 2022