This post explores efficient cloud deployment strategies using Azure DevOps and AWS. It discusses leveraging S3 buckets to store installation scripts and pipeline artifacts.
Reduce your dependency to third party task using only plain old PowerShell to accomplish Pipeline Task
Exploring solutions to a NullReferenceException in Azure DevOps Pipelines when using GitVersion, focusing on proper branch checkout and credential persistence for smooth Git command execution.
Addressing a caching issue in Azure DevOps where separate repository scripts aren't updating, leading to repeated pipeline errors on Linux machines.
Azure Devops release agent can be installed in ARM machines, but you need to tweak a little bit the script because it assumes X64 architecture
If you automatically publish packages with pipeline at each check-in you will end in a package feed full of not-used versions. In this post I'll explain how to use REST API to delete all unstable versions of packages older than a cercaion threshold from a feed.
Learn how to efficiently modify Azure DevOps pipeline decorators using Bing Chatbot and overcome common challenges.
sudden failure occurred during the index symbol task of a build in Azure Devops. The error was vague, but some messages provided hints towards the underlying issue.
One of my favorite features of Azure DevOps pipeline is the on-premise auto update agents.
In this post, we explore a possible authentication error with Azure DevOps npm package feeds that usually happens after long time of the first login.