Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Kestrel never works if project published with dnu publish #2858

Closed
moozzyk opened this issue Sep 28, 2015 · 5 comments
Closed

Kestrel never works if project published with dnu publish #2858

moozzyk opened this issue Sep 28, 2015 · 5 comments
Assignees
Milestone

Comments

@moozzyk
Copy link
Contributor

moozzyk commented Sep 28, 2015

Kestrel is not able to find libuv after the project was published with dnu publish. This is because publish probably removes the runtimes folder when pruning the output and this is where libuv now lives. The native folder seems to be specialcased - https://github.com/aspnet/dnx/blob/dev/src/Microsoft.Dnx.Tooling/Publish/PublishProject.cs#L355

@moozzyk moozzyk self-assigned this Sep 28, 2015
@moozzyk moozzyk added this to the 1.0.0-beta8 milestone Sep 28, 2015
@moozzyk
Copy link
Contributor Author

moozzyk commented Sep 28, 2015

@muratg @davidfowl Assigned to beta8 milestone
/cc @Tratcher

@muratg
Copy link
Contributor

muratg commented Sep 29, 2015

@danroth27 @Eilon FYI

@moozzyk
Copy link
Contributor Author

moozzyk commented Sep 29, 2015

It's not special casing (but it still never works..)

@Eilon Eilon added the bug label Sep 29, 2015
@moozzyk
Copy link
Contributor Author

moozzyk commented Sep 29, 2015

#2628

@moozzyk
Copy link
Contributor Author

moozzyk commented Sep 29, 2015

Fixed in 4fc3f22

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

No branches or pull requests

3 participants