File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,22 @@ steps:
1111 cacheHitVar : CACHE_RESTORED
1212 displayName : ' [Cache] esy packages'
1313
14+ - script : |
15+ echo $(ESY__CACHE_INSTALL_PATH)
16+ echo $(CACHE_FOLDER)
17+ ls $(CACHE_FOLDER)
18+
1419 - script : ' mkdir -p $(ESY__CACHE_INSTALL_PATH)'
1520 condition : eq(variables.CACHE_RESTORED, 'true')
1621 displayName : ' [Cache][Restore] Create esy cache directory'
1722
23+ - script : |
24+ ls $(ESY__CACHE_INSTALL_PATH)
25+ ls $(CACHE_FOLDER)
26+
1827 - pwsh : Move-Item -Path $(CACHE_FOLDER) -Destination $(ESY__CACHE_INSTALL_PATH)
1928 displayName : ' [Cache][Restore] Move downloaded cache in place'
2029 condition : eq(variables.CACHE_RESTORED, 'true')
30+
31+ - script : |
32+ ls $(ESY__CACHE_INSTALL_PATH)
Original file line number Diff line number Diff line change 11steps :
22
33 - pwsh : Move-Item -Path $(ESY__CACHE_INSTALL_PATH) -Destination $(CACHE_FOLDER)
4- displayName : ' [Cache][Publish] Move builds to becached '
4+ displayName : ' [Cache][Publish] Move builds to be cached '
You can’t perform that action at this time.
0 commit comments