Include TPN file in VSIX and all nupkg files built from "src" directory
This commit is contained in:
parent
2f69aa90e5
commit
0fd0fa3b79
|
|
@ -5,4 +5,8 @@
|
|||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Include="$(RepositoryRoot)THIRD-PARTY-NOTICES.txt" Pack="true" PackagePath="." />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue