Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Leave refs in place, rather than moving to data/
Browse files Browse the repository at this point in the history
  • Loading branch information
dagood committed Feb 14, 2019
1 parent 8d0266f commit 332db02
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,4 @@

<Target Name="GetPackageReport" />

<Target Name="MoveRefToData"
AfterTargets="ExpandProjectReferences">
<ItemGroup>
<!-- Move all refs into the data dir. Leave files like LICENSE.TXT in the root. -->
<File
Condition="$([System.String]::new('%(File.TargetPath)').StartsWith('ref'))"
TargetPath="data/" />
</ItemGroup>
</Target>

</Project>

0 comments on commit 332db02

Please sign in to comment.