Skip to content

Commit

Permalink
Add README.md to CakeExt.Git.csproj
Browse files Browse the repository at this point in the history
* Add README.md to CakeExt.Git.csproj
  • Loading branch information
hoffmann-johannes authored Oct 7, 2024
1 parent 774c28d commit df8f136
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/CakeExt.Git/CakeExt.Git.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand All @@ -16,4 +17,8 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>

0 comments on commit df8f136

Please sign in to comment.