Skip to content

Commit 25db4ec

Browse files
committed
enable sourcelink packaging for FCS, and embed PDBs
1 parent c6a5f50 commit 25db4ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fcs/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
<PackageProjectUrl>https://github.com/fsharp/FSharp.Compiler.Service</PackageProjectUrl>
3535
<PackageIcon>logo.png</PackageIcon>
3636
<PackageTags>F#, fsharp, interactive, compiler, editor</PackageTags>
37+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
38+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
3739
</PropertyGroup>
3840
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
3941
<DefineConstants>$(DefineConstants);FX_NO_PDB_READER</DefineConstants>
@@ -727,6 +729,7 @@
727729
<PackageReference Include="System.Reflection.Metadata" Version="1.6.0" />
728730
<PackageReference Include="System.Buffers" Version="4.5.0" />
729731
<PackageReference Include="System.Memory" Version="4.5.3" />
732+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" />
730733
</ItemGroup>
731734
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
732735
<PackageReference Include="System.Reflection.Emit" Version="4.3.0" />

0 commit comments

Comments
 (0)