-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
dotnet-publish: Is there a limitation on what projects are publishable? #4685
Comments
Thanks for finding this 😃 I think that's a bug on our side. cc: @piotrpMSFT @blackdwarf @davidfowl |
@borgdylan can you give us more info? What does your |
I have meaning to close this since yesterday. This occurs only if the project is in a subdirectory of where the CLI is installed. If the project is moved out, publishing carries on normally. I am using a custom build that targets mono rather than CoreCLR. I will be making all my changes public on github as soon as I get a proper build script fleshed out. |
After updating the code, I can't seem to publish anything but the actual CLI bits. I conducted all tests with my CLI fork that targets mono that I installed using the debian package that the build script made for me. |
The bug was caused due to a context RID not matching the actual RID. The context RID made was |
I have managed to run dotnet-publish on the cli projects but not on a simple command line app that runs fine using dotnet-run.
The text was updated successfully, but these errors were encountered: