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
Paket failed with
-> Folder C:\proj\testing\packages\runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl doesn't exist. Did you restore groups Main?
Expected behavior
Paket executes a restore even when --no-install is specified.
Actual behavior
Paket doesn't execute a restore and obviously fails when trying to generate load scripts.
Known workarounds
do a restore after the error.
The text was updated successfully, but these errors were encountered:
Description
Original report: fsprojects/FAKE#1672
But this reproduces with paket standalone as well...
This issue only reproduces when a clear state is used (ie
packages
,paket-files
andpaket.lock
as well as.paket/load
deleted):paket.dependencies
.paket/paket.exe update --no-install --group Main
Expected behavior
Paket executes a restore even when
--no-install
is specified.Actual behavior
Paket doesn't execute a restore and obviously fails when trying to generate load scripts.
Known workarounds
do a restore after the error.
The text was updated successfully, but these errors were encountered: