Relative Content

Tag Archive for bashazure-devopsazure-pipelines

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.