Include TPN file in VSIX and all nupkg files built from "src" directory

This commit is contained in:
Steve Sanderson 2018-09-18 11:37:54 +01:00
parent 2f69aa90e5
commit 0fd0fa3b79
2 changed files with 9 additions and 0 deletions

View File

@ -5,4 +5,8 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<None Include="$(RepositoryRoot)THIRD-PARTY-NOTICES.txt" Pack="true" PackagePath="." />
</ItemGroup>
</Project>

View File

@ -271,6 +271,11 @@
</None>
</ItemGroup>
<ItemGroup>
<Content Include="$(RepositoryRoot)THIRD-PARTY-NOTICES.txt">
<Link>Content\THIRD-PARTY-NOTICES.txt</Link>
<IncludeInVSIX>true</IncludeInVSIX>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\..\LICENSE.txt">
<Link>Content\LICENSE.txt</Link>
<IncludeInVSIX>true</IncludeInVSIX>