Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 652 Bytes

File metadata and controls

6 lines (4 loc) · 652 Bytes

Using Azure Pipelines with PDK

  1. Follow the instructions for installing the caching task in your Azure Devops Organization
  1. The provided azure-pipelines.yml will use caching if you provide a GUID to the artifact feed. The easiest way to find the GUID for your artifact feed is to edit the pipeline in the GUI and start to add a save cache task which provides a dropdown of feeds to choose from. After you choose the feed and add it the GUID will show up in the yaml text to the left. You can copy it out and then cancel saving the changes to your pipeline.