How to Include Paths and Exclude All Others

I am in the process of building out several pipelines that correspond with projects within my .NET 6 solution. I did not want a pipeline to run if it didn’t need to. If a change was made to Project B and Project B isn’t connected to Project A through project references, I don’t want Project …

Read more

Azure Template Parameters and Variables Are Confusing

What I’m trying to do Initially, I was trying to use a variable in a variable group I assigned to a stage in a template as follows: The variable group contains a variable called Environment. Unfortunately the macro syntax variable, $(Environment), here doesn’t expand to insert the value into the template. Neither does the template …

Read more