-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Description
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
Labels
No labels