Closed thorgeir closed 7 years ago
@thorgeir, Thanks for your contribution. To ensure that the project team has proper rights to use your work, please complete the Contribution License Agreement at https://cla2.dotnetfoundation.org.
It will cover your contributions to all .NET Foundation-managed open source projects. Thanks, .NET Foundation Pull Request Bot
Could you please split the two in separate PRs for clarity and tracking purposes? That will make it easier to also discuss each one separately.
Thanks!
@thorgeir, thanks for signing the contribution license agreement. We will now validate the agreement and then the pull request.
Thanks, .NET Foundation Pull Request Bot
Added support to base the nuget package of an existing nuspec file. This was possible in the NuProj projects and I've duplicated the behavior.
Also I've removed the duplicate file exception. The _PackageContent variable will contain duplicate file references when one or more project references the same files/assemblies, this should not cause an exception. Instead the duplicates are removed and the first reference is used.