arcade
arcade copied to clipboard
Package generation should support embedding common files
We shouldn't have to add
<file src="..\..\LICENSE.TXT" />
<file src="..\..\THIRD-PARTY-NOTICES.TXT" />
to every nuspec to include these files in every package.
Having <None Include="$(RepoRoot)LICENSE.TXT;$(RepoRoot)THIRD-PARTY-NOTICES.TXT" PackagePath="%(Filename)%(Extension)"/> In the Directory.Build.props or even the toolset SDK would solve this for projects that don't have a custom nuspec (custom nuspec's should be the exception, not the rule).