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

Location of paket-files #564

Closed
tpluscode opened this issue Jan 23, 2015 · 2 comments
Closed

Location of paket-files #564

tpluscode opened this issue Jan 23, 2015 · 2 comments
Labels

Comments

@tpluscode
Copy link
Contributor

Hi. I'm not sure when that happened but latest paket restores html and github dependencies to different location depending on working dir. My folder structure is how paket convert-from-nuget created it.

src
|-- .paket
|     +-- paket.exe
+-- paket.dependencies

If I run

/src/> .paket/paket.exe restore

The resulting folder structure is as expected

src
|-- .paket
|     +-- paket.exe
|-- paket-files
+-- paket.dependencies

However after running

/src/.paket/> paket.exe restore

Ths structure is different:

src
|-- .paket
|     |-- paket-files
|     +-- paket.exe
+-- paket.dependencies
@forki
Copy link
Member

forki commented Feb 8, 2015

mhm. the second version feels wrong.

@forki forki added the bug label Mar 11, 2015
@forki forki closed this as completed in 8ecba1e Mar 11, 2015
@forki
Copy link
Member

forki commented Mar 11, 2015

sorry for the delay, but should be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants