Tag: ALM

There are posts in this category.

Enable additional language in CDS with Azure DevOps Pipelines

In this blog post, you will learn how to enable additional languages in your CDS environment with Azure DevOps pipelines. This post can be considered the second post in a series of blog posts that talk about different approaches to solve challenges with Azure DevOps Pipelines that cannot be...
Read More

Apply Solution Upgrade in Pipeline

In todays article I would like to describe how it is possible to apply a Solution Upgrade directly in your Azure DevOps pipeline. This post can be considered the first post in a series of blog posts that talk about different approaches to solve challenges with Azure DevOps Pipelines...
Read More

Deploying Web resources or Plugins with Azure DevOps Pipeline

In this blog post, I will explain how to deploy Web resources automatically with Azure DevOps Pipelines. To achieve this, I will use Sparkle XRM from Scott Durow (LinkedIn & Twitter). This article will not cover how to set up Sparkle. I created a separate post on how to...
Read More

Quality Gates for Check-Ins

In this blog post I will describe how it is possible to add Quality Gates for Check-Ins in your git repository. The solution contains several Quality Gates: It will not be possible to check-in directly to the “master” branch. A Pull-Request will always be needed. At least one other...
Read More

ALM – Run EasyRepro in Azure DevOps Pipeline

In my previews articles, you learned about Basic ALM, how to use the Solution Checker in an Azure DevOps pipeline as well as how to use the results of it. In this article you will learn another “Quality Gate” you could add to your ALM process. We look at...
Read More