Skip to content

Commit

Permalink
Adding the CommonPackage.props file to FastTree. (#3629)
Browse files Browse the repository at this point in the history
The FastTree NuGet package is currently broken on .NET Framework when using packages.config because we are not copying the native files to the output folder.

Fix #3626
  • Loading branch information
eerhardt authored and shauheen committed Apr 30, 2019
1 parent 9aded42 commit b9c8eb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/Microsoft.ML.FastTree/Microsoft.ML.FastTree.nupkgproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
<ProjectReference Include="../Microsoft.ML/Microsoft.ML.nupkgproj" />
</ItemGroup>

<ItemGroup>
<Content Include="..\common\CommonPackage.props" Pack="true" PackagePath="build\netstandard2.0\$(MSBuildProjectName).props" />
</ItemGroup>

</Project>

0 comments on commit b9c8eb8

Please sign in to comment.