Skip to content

Commit

Permalink
fix packing of nuget (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElanHasson committed Feb 20, 2024
1 parent 759c80a commit 88f25f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<ItemGroup>
<!-- Assets -->
<None Pack="true" PackagePath="" Include="assets/packageIcon.png" />
<None Pack="true" PackagePath="" Include="$(SolutionDir)/README.md" Link="assets/README.md" />
<None Pack="true" PackagePath="" Include="$(SolutionDir)/LICENSE" Link="assets/LICENSE" />
<None Pack="true" PackagePath="" Include="assets/README.md" />
<None Pack="true" PackagePath="" Include="assets/LICENSE" />

</ItemGroup>
<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions src/InfinityFlow.Aspire.Temporal/assets/LICENSE
1 change: 1 addition & 0 deletions src/InfinityFlow.Aspire.Temporal/assets/README.md

0 comments on commit 88f25f4

Please sign in to comment.