Forum Discussion
vandita2010
Nov 13, 2023Copper Contributor
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....
Kidd_Ip
Nov 14, 2023MVP