We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e114b53 commit f170dc5Copy full SHA for f170dc5
1 file changed
Directory.Build.props
@@ -19,7 +19,6 @@
19
20
<ItemGroup>
21
<None Include="$(MSBuildThisFileDirectory)\images\logo.png" Pack="true" Visible="false" PackagePath="" />
22
- <None Include="$(MSBuildThisFileDirectory)\README.md" Pack="true" PackagePath=""/>
23
</ItemGroup>
24
25
<PropertyGroup>
@@ -54,9 +53,8 @@
54
53
55
56
57
- <None Include="images\icon.png" Pack="true" PackagePath="" />
58
- <None Include="README.md" Pack="true" PackagePath="" />
59
- <None Include="LICENSE.md" Pack="true" PackagePath="" />
+ <None Include="$(MSBuildThisFileDirectory)\README.md" Pack="true" PackagePath="" />
+ <None Include="$(MSBuildThisFileDirectory)\LICENSE.md" Pack="true" PackagePath="" />
60
61
62
</Project>
0 commit comments