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
match resolvedSettings.CopyLocal, packageInstallSettings.Settings.CopyLocal with
20
20
| Some false, Some true// E.g. never copy the dll except for unit-test projects
21
21
| None, None -> None
@@ -242,7 +242,7 @@ let extractRestoreTargets root =
242
242
if verbose then tracefn "Extracted Paket.Restore.targets to: %s (Can be disabled with PAKET_SKIP_RESTORE_TARGETS=true)" path
243
243
else tracefn "Extracted Paket.Restore.targets to: %s" path
244
244
path
245
-
else
245
+
else
246
246
if verbose then tracefn "Skipping extraction of Paket.Restore.targets - if it was enabled, it would have been extracted to: %s (Can be re-enabled with PAKET_SKIP_RESTORE_TARGETS=false or deleting the environment variable to revert to default behavior)" path
247
247
path
248
248
@@ -321,7 +321,7 @@ let createPaketPropsFile (lockFile:LockFile) (cliTools:ResolvedPackage seq) (pac
0 commit comments