Download the secure file to local machine or view its content in Azure DevOps with build administrator privilege

Create a pipeline and execute.

trigger:
- main

pool:
  vmImage: ubuntu-latest


steps:
- task: DownloadSecureFile@1
  displayName: 'Download secure file'
  inputs:
    secureFile: <securefilename>

- task: PublishBuildArtifacts@1
  displayName: 'Publish Artifact: drop'
  inputs:
    PathtoPublish: '$(DOWNLOADSECUREFILE.SECUREFILEPATH)'

Popular posts from this blog

Shrink you container size up to 95%.

alma linux: dnf Module yaml error: Unexpected key in data