0

I have built several nuget packages that can be used either individually or together. Each has a specific file called Config.cs.pp which then of course becomes Config.cs when you add the package. The problem is, if I am using multiple packages, instead of merging the files, I am prompted to ignore or overwrite Config.cs with each package I add. I was wondering if anyone knows of a way to force nuget to merge instead (or keep both with ~1 maybe)?

I'm guessing it is just a limitation of nuget. But figured I'd ask here.

maxmoore14
  • 701
  • 7
  • 26

1 Answers1

0

This is not supported. You would need to name your files so they are different or put them in a different directory.

Matt Ward
  • 47,057
  • 5
  • 93
  • 94