You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Testing removing <file src="lib\**\*" target="lib" /> solves the error, at least when creating the package locally.
The text was updated successfully, but these errors were encountered:
Description:
Trying to create the package generates this error:
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:Testing removing
<file src="lib\**\*" target="lib" />
solves the error, at least when creating the package locally.The text was updated successfully, but these errors were encountered: