Forum Discussion

vandita2010's avatar
vandita2010
Copper Contributor
Nov 13, 2023

Unable to implement caching in Azure Pipeline

Below is my code: trigger: - main pool: default jobs: - job: CacheHelloFile displayName: 'Cache hello.txt' steps: - task: Cache@2 displayName: 'Restore Cache' inputs: key: 'hello-file | "$(Agent....

Resources