Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paket doesn't ignore sub folders with paket.dependencies #3444

Closed
MangelMaxime opened this issue Dec 1, 2018 · 0 comments
Closed

Paket doesn't ignore sub folders with paket.dependencies #3444

MangelMaxime opened this issue Dec 1, 2018 · 0 comments

Comments

@MangelMaxime
Copy link

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

  1. git clone [email protected]:MangelMaxime/Fulma.git
  2. cd Fulma
  3. mono .paket/paket.exe update

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.

@forki forki closed this as completed in aac9770 Dec 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant