Relative Content

Tag Archive for azure-pipelines-yaml

Issue accessing variable in Yaml pipeline

I have a yaml pipeline with 2 stages, each one job and multiple steps.
I based my approach on what is documented on this page : https://learn.microsoft.com/en-us/azure/devops/pipelines/process/variables?view=azure-devops&tabs=yaml%2Cbatch#use-outputs-in-a-different-stage

Azure DevOps yaml pipeline IISWebAppDeploymentOnMachineGroup xmlTransformation

In my yaml pipeline, I have a deployment job for IIS web app, in .Net Framework 4.6.1. The build job creates a zip containing all files including the Web.config and Web.Fonc.config, Web.PreProd.config, etc. The Xml transformation works on the old release pipeline (classic) and I would like to work also in my new yaml version. But it doesn’t.

CD pipelines not triggered anymore

We split our CI/CD pipelines in a CI and CD pipeline.
The CI pipeline is called “VABApolloDataModel-Export”, we only have a main branch.