Skip to content

Commit

Permalink
Remove TfmSpecificPackageFile directive that wasn't doing anything fr…
Browse files Browse the repository at this point in the history
…om Cake.GitVersioning
  • Loading branch information
starkcolin committed Jan 31, 2020
1 parent bfc1790 commit 7ba58e4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Cake.GitVersioning/Cake.GitVersioning.csproj
Expand Up @@ -69,11 +69,6 @@
>
<PackagePath>lib\$(TargetFramework)</PackagePath>
</TfmSpecificPackageFile>

<!-- Package up the libgit2 native binaries -->
<TfmSpecificPackageFile Include="@(ContentWithTargetPath)" Condition=" '%(ContentWithTargetPath.CopyToOutputDirectory)' == 'PreserveNewest' ">
<PackagePath>lib\$(TargetFramework)%(ContentWithTargetPath.TargetPath)</PackagePath>
</TfmSpecificPackageFile>
</ItemGroup>
</Target>
</Project>

0 comments on commit 7ba58e4

Please sign in to comment.