Skip to content

Commit 2f14e8f

Browse files
Ignore missing PACKAGE.md
1 parent eaf99b1 commit 2f14e8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<!-- Additional files to include in NuGet packages -->
6262
<None Include="$(MSBuildThisFileDirectory)Icons/package_black.png" Pack="true" PackagePath="/icon.png" Visible="false" />
6363
<None Include="$(MSBuildThisFileDirectory)../LICENSE.md" Pack="true" PackagePath="/" Visible="false" />
64-
<None Include="$(MSBuildProjectDirectory)/PACKAGE.md" Pack="true" PackagePath="/README.md" Visible="true" />
64+
<None Include="$(MSBuildProjectDirectory)/PACKAGE.md" Pack="true" PackagePath="/README.md" Visible="true" Condition="Exists('$(MSBuildProjectDirectory)/PACKAGE.md')" />
6565

6666
<!-- Enable source-link -->
6767
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All"/>

0 commit comments

Comments
 (0)