Skip to content

Commit b8c476a

Browse files
committed
reinclude source files in fable folder of py package
1 parent e3668c1 commit b8c476a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/FsSpreadsheet.Py/FsSpreadsheet.Py.fsproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@
2121
<PackageReference Include="Thoth.Json.Python" Version="0.1.0" />
2222
</ItemGroup>
2323

24+
<!-- Add source files to "fable" folder in Nuget package -->
25+
<ItemGroup>
26+
<!-- Include all files that are compiled with this project -->
27+
<Content Include="@(Compile)" Pack="true" PackagePath="fable/%(RelativeDir)%(Filename)%(Extension)" />
28+
<!-- Include the project file itself as well -->
29+
<Content Include="$(MSBuildThisFileFullPath)" Pack="true" PackagePath="fable/" />
30+
</ItemGroup>
31+
2432
<ItemGroup>
2533
<ProjectReference Include="..\FsSpreadsheet\FsSpreadsheet.fsproj" />
2634
</ItemGroup>

0 commit comments

Comments
 (0)