-
Notifications
You must be signed in to change notification settings - Fork 258
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
Specifying package path doesn't work with dotnet pack #4321
Comments
cc @rohit21agrawal this is very important. We are blocked on moving aspnet tools to RC3 by this. |
cc @rrelyea |
55 tasks
rohit21agrawal
changed the title
Cannot package a .NET Core CLI tool
Specifying package path doesn't work with dotnet pack
Jan 19, 2017
16 tasks
Has this fix made it into the CLI yet? I'm still seeing this issue even with the latest CLI builds. |
@danroth27 not yet. but i can tell you a way to patch your CLI to get this fix if you'd like |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Repro
Use: dotnet-cli 1.0.0-rc3-004517
Run:
dotnet pack
Expected
To satisfy requirements of dotnet-CLI tools, package layout must be:
Actual
PackTask fails with:
Full stack trace:
The text was updated successfully, but these errors were encountered: