Skip to content

Commit

Permalink
Fix dotnet pack
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamescaper committed Oct 23, 2024
1 parent dbff5b0 commit 18d1ab7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
5 changes: 4 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<LangVersion>12.0</LangVersion>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
</PropertyGroup>

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
Expand All @@ -19,6 +18,10 @@
<ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.146" PrivateAssets="all" />
</ItemGroup>

<PropertyGroup Condition="Exists('..\..\Readme.md')">
<PackageReadmeFile>Readme.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup Condition="Exists('..\..\Readme.md')">
<None Include="..\..\Readme.md">
Expand Down
17 changes: 0 additions & 17 deletions templates/README.md

This file was deleted.

0 comments on commit 18d1ab7

Please sign in to comment.