Using a multiline string as parameter in an Azure DevOps task template
In a yml step template I’m using the DownloadPipelineArtifact@2 to download a specific artifact produced from my build pipeline.
Error in my yaml when running pipeline exit code 4
I am getting an error below when running my pipeline. It is using only a simple windows OS patching and I cant find where it is failing.
How to iterate Azure pipelines parameter of type object
I’m referring to this article, where the options of pipeline parameters are well described.
Azure pipeline if condition not evaluating as expected
I would like to determine docker tag depending on building source branch.
Pass a collection of environment variables to a yml step template in Azure DevOps
I need to pass a collection of environment variables to a yml template so that those variables can be used for one of its task.