Skip to content

Commit

Permalink
Merge pull request #18 from xin9le/feature/nuget
Browse files Browse the repository at this point in the history
Fix NuGet toolchain
  • Loading branch information
xin9le authored Aug 25, 2024
2 parents 595dacf + 2e31a63 commit 45eaa25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nuget/pack.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dotnet pack ../src/FastEnum/FastEnum.csproj -c Release -o ./packages
dotnet pack ../src/libs/FastEnum.Core/FastEnum.Core.csproj -c Release -o ./packages
4 changes: 4 additions & 0 deletions src/libs/FastEnum.Core/FastEnum.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

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

<!-- T4 Template -->
<ItemGroup>
Expand Down

0 comments on commit 45eaa25

Please sign in to comment.