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

The nuget package is not produced #230

Closed
adecler opened this issue Jul 30, 2024 · 0 comments · Fixed by #231
Closed

The nuget package is not produced #230

adecler opened this issue Jul 30, 2024 · 0 comments · Fixed by #231
Assignees
Labels
type:bug Error or unexpected behaviour

Comments

@adecler
Copy link
Member

adecler commented Jul 30, 2024

Description:

Trying to create the package generates this error:

Error NU5050: Attempted to pack multiple files into the same location(s). The following destinations were used multiple times: lib\netstandard2.0\LadybugTools_oM.dll, lib\netstandard2.0\LadybugTools_Engine.dll, lib\netstandard2.0\LadybugTools_Adapter.dll

The error was introduced in this PR: #198
<file src="lib\**\*" target="lib" /> creates a duplication with the dlls from the lib folder that are added automatically to the list by the bot. Effectively resulting in this:

image

Testing removing <file src="lib\**\*" target="lib" /> solves the error, at least when creating the package locally.

@adecler adecler added the type:bug Error or unexpected behaviour label Jul 30, 2024
@adecler adecler self-assigned this Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Error or unexpected behaviour
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant