Skip to content

Commit ecda83c

Browse files
authored
Update caching.md
1 parent c1e7eac commit ecda83c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/pipelines/release/caching.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ When using `checkout: self`, the repository is checked out to `$(Pipeline.Worksp
9898

9999
> [!NOTE]
100100
> `Pipeline.Workspace` is the local path on the agent running your pipeline where all directories are created. This variable has the same value as `Agent.BuildDirectory`.
101-
102-
> [!NOTE]
101+
>
103102
> Ensure you update the variable `YARN_CACHE_FOLDER` if using anything other than `checkout: self` as this should point to the repository where `.yarn` resides.
104103

105104
#### Restore keys

0 commit comments

Comments
 (0)