Skip to content

Commit 6774d2d

Browse files
committed
fix to set property PackageReadmeFile
1 parent dc17143 commit 6774d2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Smdn.MSBuild.DefineConstants.NETSdkApi/Directory.Build.targets

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ SPDX-License-Identifier: MIT
77
<Import Project="build\$(AssemblyName).targets" />
88

99
<PropertyGroup>
10-
<NupkgReadmeFileName>README.md</NupkgReadmeFileName>
11-
<NupkgReadmeFileOutputPath>$(OutputPath)$(NupkgReadmeFileName)</NupkgReadmeFileOutputPath>
10+
<PackageReadmeFile>README.md</PackageReadmeFile>
11+
<NupkgReadmeFileOutputPath>$(OutputPath)$(PackageReadmeFile)</NupkgReadmeFileOutputPath>
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<None Include="$(NupkgReadmeFileOutputPath)" Pack="true" PackagePath="$(NupkgReadmeFileName)" />
15+
<None Include="$(NupkgReadmeFileOutputPath)" Pack="true" PackagePath="$(PackageReadmeFile)" />
1616
</ItemGroup>
1717

1818
<!-- overrides the target GenerateNupkgReadmeFile from Smdn.MSBuild.ProjectAssets.Library -->

0 commit comments

Comments
 (0)