Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 519 Bytes

Secure-Files-ADO.md

File metadata and controls

14 lines (9 loc) · 519 Bytes

Azure DevOps Secure Files

Secure files allow you to store files you can share across pipelines. Use the Secure Files library to store files like:

  • signing certificates
  • Apple Provisioning Profiles
  • Android Keystore files
  • SSH keys

These files can be stored on the server without committing them to your repository.

Use Secure Files

Follow the documentation with an example of using Secure Files in your pipeline: Use secure files