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
According to this issue #918, paket should not process directories if it detect a paket.dependencies in the ancestor. But this is not the case from what I am experiencing.
Paket failed with
-> Package Fulma was referenced in /Users/maximemangel/Workspaces/Tests/FulmaReproBugPaket/templates/Content/src/FulmaMinimalTemplate.fsproj, but it was not found in the paket.lock file in group Main.
Expected behavior
Paket should ignore files under templates/Content
Actual behavior
Paket is failing.
Known workarounds
Rename paket.references under templates/Content to paket.references2 and then revert the renaming.
The text was updated successfully, but these errors were encountered:
Description
According to this issue #918, paket should not process directories if it detect a
paket.dependencies
in the ancestor. But this is not the case from what I am experiencing.Repro steps
git clone [email protected]:MangelMaxime/Fulma.git
cd Fulma
mono .paket/paket.exe update
Expected behavior
Paket should ignore files under
templates/Content
Actual behavior
Paket is failing.
Known workarounds
Rename
paket.references
undertemplates/Content
topaket.references2
and then revert the renaming.The text was updated successfully, but these errors were encountered: