Skip to content

Commit

Permalink
(#69) added README to nupkg
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-a committed May 24, 2024
1 parent 5e85a6b commit d604221
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Cake.Terraform/Cake.Terraform.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
<None Include="$(ProjectDir)../../README.md" Link="README.md" PackagePath="" Pack="true" />
</ItemGroup>

<PropertyGroup>
<!-- Properties related to packaging -->
<Authors>Erik van Brakel</Authors>
Expand All @@ -15,6 +19,7 @@
<RepositoryUrl>$(PackageProjectUrl).git</RepositoryUrl>
<PackageReleaseNotes>$(PackageProjectUrl)/releases</PackageReleaseNotes>
<Version>0.0.0</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d604221

Please sign in to comment.