paket auto-restore
Manage automatic package restore during the build process inside Visual Studio.
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: |
|
If you add the --verbose flag Paket will run in verbose mode and show detailed information.
With --log-file [path] you can trace the logged information into a file.
When enabling auto-restore, Paket will
- create a
.paketdirectory in your root directory, -
download
paket.targetsandpaket.bootstrapper.exeinto the.paketdirectory, -
add an
<Import>statement forpaket.targetsto projects that have apaket.referencesfile.
When disabling auto-restore, Paket will
- remove
paket.targetsfrom the.paketdirectory, -
remove the
<Import>statement forpaket.targetsfrom projects that have apaket.referencesfile.