Skip to content
This repository was archived by the owner on Dec 18, 2017. It is now read-only.
This repository was archived by the owner on Dec 18, 2017. It is now read-only.

Shared files referenced by multiple projects break KPM Pack #704

Closed
@lukewaters

Description

@lukewaters

In the entity framework project there are multiple projects that reference shared assemblies. When the entityframework project is directly referenced by an external application, and then the application is attempted to be packed using kpm pack, KPM throws an error complaining that there is a file that already exists and therefore does not finish packing.

To reproduce this issue checkout the EntityFramework source code and navigate to EntityFramework\test\Performance\EntityFramework.Performance.DbContext.Tests

Execute the following two commands, the KPM pack command will fail:

PS> mkdir ..\..\EntityFramework.Performance.DbContext.Tests.desktop
PS> kpm pack -o ..\..\EntityFramework.Performance.DbContext.Tests.desktop --runtime KRE-CLR-x86.1.0.0-beta1-10491 --configuration release > ..\..\EntityFramework.Performance.DbContext.Tests.desktop\build.log

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions