How Azure DevOps Pipeline condition evaluates parameters?
Given the following Azure DevOps pipeline template:
Access downloaded secure files through variables
I have a template for my Azure DevOps pipeline, which downloads multiple secure files. In the same template (and same job), another task that executes a bash script should access each secure file download one by one and access the secure file to do an operation.