You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the behavior is undefined and may change (please open an issue if you depend on the current behavior or we break you).
222
+
The option may be overriden by packages. However, the behavior is undefined and may change (please open an issue if you depend on the current behavior or we break you).
223
+
224
+
The storage option has three values:
225
+
226
+
-`storage: packages` (the default, relevant for FAKE 5 where the default for inline-dependencies is `storage: none`)
227
+
-`storage: none` disable the packages folder and use the global NuGet cache (default in FAKE 5 inline-dependencies)
228
+
-`storage: symlink` use the packages folder but use symlinks instead of physical files
0 commit comments