arcade icon indicating copy to clipboard operation
arcade copied to clipboard

Package generation should support embedding common files

Open chcosta opened this issue 7 years ago • 1 comments

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.

chcosta avatar Mar 15 '18 16:03 chcosta

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).

alexperovich avatar Apr 18 '18 23:04 alexperovich