We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf99b1 commit 2f14e8fCopy full SHA for 2f14e8f
1 file changed
Src/Directory.Build.props
@@ -61,7 +61,7 @@
61
<!-- Additional files to include in NuGet packages -->
62
<None Include="$(MSBuildThisFileDirectory)Icons/package_black.png" Pack="true" PackagePath="/icon.png" Visible="false" />
63
<None Include="$(MSBuildThisFileDirectory)../LICENSE.md" Pack="true" PackagePath="/" Visible="false" />
64
- <None Include="$(MSBuildProjectDirectory)/PACKAGE.md" Pack="true" PackagePath="/README.md" Visible="true" />
+ <None Include="$(MSBuildProjectDirectory)/PACKAGE.md" Pack="true" PackagePath="/README.md" Visible="true" Condition="Exists('$(MSBuildProjectDirectory)/PACKAGE.md')" />
65
66
<!-- Enable source-link -->
67
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All"/>
0 commit comments