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

Cannot locate .paket folder #152

Closed
BlythMeister opened this issue Oct 17, 2017 · 6 comments
Closed

Cannot locate .paket folder #152

BlythMeister opened this issue Oct 17, 2017 · 6 comments

Comments

@BlythMeister
Copy link
Contributor

BlythMeister commented Oct 17, 2017

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.

@forki forki closed this as completed in a0554e2 Oct 17, 2017
@Yewridge
Copy link

Hi, I've got 0.37.7 installed but am still seeing the above issue.

@BlythMeister
Copy link
Contributor Author

@forki can you re-open this please, i am also still seeing this issue :(

Restoring packages
Could not locate .paket\paket.exe and .paket\paket.bootstrapper.exe under the solution F:\GIT\MyRepo

the .paket folder is under the MyRepo folder

@forki forki reopened this Oct 20, 2017
@forki
Copy link
Member

forki commented Oct 20, 2017

Please send a pull request

@BlythMeister
Copy link
Contributor Author

i can try ;)

@forki
Copy link
Member

forki commented Oct 20, 2017 via email

@BlythMeister
Copy link
Contributor Author

Tested and this and it now works!

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

3 participants