Skip to content

Cannot locate .paket folder #152

@BlythMeister

Description

@BlythMeister

Description

Since recent update i get build error saying restore failed as the .paket folder cannot be located.
It it looking 1 level too deep for the .paket folder.

Repro steps

Setup repo as follows:

| .paket
|->| paket.exe
|->| paket.bootstrapper.exe
| src
|->| MyProject
|->|->| MyProject.csproj
|->|->| MyProject.sln
|->| MyOtherProject
|->|->| MyOtherProject.csproj
|->|->| MyOtherProject.sln
|->| MyCombinedSolution.sln

When building from any of the 3 solutions it searches for the .paket folder under the src folder and not at the root of the repo.

Expected behavior

Paket is found and used

Actual behavior

packet is not found and errors

Known workarounds

put the .paket folder under the src folder

Related information

The getting started (https://fsprojects.github.io/Paket/getting-started.html) states to create at the root.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions