Skip to content

Commit

Permalink
Merge pull request #56 from augustoproiete-forks/pack-assemblies-in-t…
Browse files Browse the repository at this point in the history
…fm-folder

GH-55: Pack assemblies in corresponding TFM folder
  • Loading branch information
augustoproiete authored Feb 20, 2021
2 parents 8b8b407 + 15d2bdc commit b1aeb84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</ItemGroup>

<ItemGroup>
<None Include="$(OutputPath)/**/Cake.*" PackagePath="lib/" Pack="true" />
<None Include="$(OutputPath)/**/Cake.*" PackagePath="lib/$(TargetFramework)" Pack="true" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit b1aeb84

Please sign in to comment.