Skip to content

Commit

Permalink
fix: ensure README is included in CLI project/package
Browse files Browse the repository at this point in the history
  • Loading branch information
Per Kops committed Apr 23, 2024
1 parent 69290fd commit bcab6c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Atc.Azure.IoT.CLI/Atc.Azure.IoT.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="Atc" Version="2.0.469" />
<PackageReference Include="Atc.Console.Spectre" Version="2.0.469" />
Expand Down

0 comments on commit bcab6c3

Please sign in to comment.