Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

Removes duplicate dll packaging #126

Merged
merged 2 commits into from
Sep 25, 2019

Conversation

valadas
Copy link
Contributor

@valadas valadas commented Sep 25, 2019

There was a CopyBin target and the Dnn ExtensionPackager already picked up the module dll. So the Dll was listed twice as a relative and an absolute path. This is why the dll was present twice in the zip although it would have been impossible in the filesystem.

For a quick fix and to not break anything else, I just removed the CopyBin call thus avoiding this duplication and allowing for a quick 9.4.1 release that installs.

A better solution might be to improve the whole build script, but we could do this later.

Closes #125 and dnnsoftware/Dnn.Platform#2962

@valadas valadas added the bug label Sep 25, 2019
@valadas valadas marked this pull request as ready for review September 25, 2019 01:57
@mitchelsellers
Copy link
Contributor

Administrative approving this as this is a build/release support activity.

@mitchelsellers mitchelsellers merged commit 029286f into DNN-Connect:development Sep 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

duplicated assembly exists in ck editor install package
2 participants