-
Notifications
You must be signed in to change notification settings - Fork 42
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
File structure changes when publishing #48
Comments
Hi @Pinossaur Thanks for reporting the issue. Could you please provide the version of .net framework you use and type of the application (console, web. desktop etc). |
I'm using .net framework 4.6.1 on a WPF desktop application |
Yeah, I indeed publish to a local folder, and have the package installed to the project itself. Besides that the only thing to note is that ClickOnce is used. |
Sorry @Pinossaur , still can't reproduce your issue. Could you please share the "csproj" file of yours with me? This might help to reproduce the issue. |
Hello! I have come across a problem I've tried to fix to avail. I have a project with your nuget, and when built, copies it's executable to the root of the project, which is the expected behavior, but when published, the executable is moved to a newly created file structure "packages/PDFtoPrinter.1.5.0/build". I've found no way to override this behavior, so that the executable is placed at the root of the project.
As I have multiple other nugets installed, and none display this issue, I believe it might be a problem with this specific nuget, but would like some confirmation, and if so, what alternatives could be achieved to get working functionality when published.
The text was updated successfully, but these errors were encountered: