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

Wrap command should not create wrap folder if project with same name already exists #904

Closed
davidfowl opened this issue Nov 16, 2014 · 0 comments
Assignees
Milestone

Comments

@davidfowl
Copy link
Member

In this scenario, the library author has the following layout:

src/Autofac/project.json
src/Autofac/Autofac.PCL.csproj
src/Autofac/Autofac.Net40.csproj

Calling kpm wrap Autofac.PCL.csproj and kpm wrap Autofac.Net40.csproj should update the project.json, but today is creating wrap/Autofac/project.json. It should only add update global.json if any project was written to the wrap folder. As part of this work, properties that we add to the existing project.json files should not overwrite what is already there.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants