Skip to content

Commit a9fe4ad

Browse files
committed
disable README.md auto-generation
1 parent c6e075e commit a9fe4ad

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks/Smdn.Reflection.ReverseGenerating.ListApi.MSBuild.Tasks.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ SPDX-License-Identifier: MIT
1010
<VersionSuffix></VersionSuffix>
1111
<Nullable>enable</Nullable>
1212
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
13+
<GeneratePackageReadmeFile>false</GeneratePackageReadmeFile>
1314
</PropertyGroup>
1415

1516
<PropertyGroup Label="packaging">

src/Smdn.Reflection.ReverseGenerating.ListApi/Smdn.Reflection.ReverseGenerating.ListApi.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ SPDX-License-Identifier: MIT
1212
<VersionPrefix>1.0.1</VersionPrefix>
1313
<VersionSuffix></VersionSuffix>
1414
<EnableFeatureBuildProjectFile Condition=" '$(Configuration)' != 'Release' ">true</EnableFeatureBuildProjectFile>
15+
<GeneratePackageReadmeFile>false</GeneratePackageReadmeFile>
1516
</PropertyGroup>
1617

1718
<PropertyGroup Label="metadata">

0 commit comments

Comments
 (0)