We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3239a79 commit 4fb7f42Copy full SHA for 4fb7f42
.ci/utils/restore-build-cache.yml
@@ -6,7 +6,7 @@ steps:
6
key: |
7
esy
8
$(Agent.OS)
9
- $(Pipeline.Workspace)/esy.lock/index.json
+ $(Build.SourcesDirectory)/esy.lock/index.json
10
path: $(Pipeline.Workspace)/.esy_cache
11
displayName: '[Cache][Restore] Download esy cache'
12
0 commit comments