Skip to content

Commit

Permalink
close #3783 - added SourceLink support (#3848)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed Jul 26, 2019
1 parent 57043aa commit 150ff43
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,16 @@ To [see the full set of changes for Akka.NET v1.3.13, click here](https://github
| 1 | 2 | 2 | ThomasWetzel |
| 1 | 12 | 12 | Sean Gilliam |</PackageReleaseNotes>
</PropertyGroup>
<!-- SourceLink support for all Akka.NET projects -->
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19351-01" PrivateAssets="All" />
</ItemGroup>
<PropertyGroup>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<!-- Optional: Embed source files that are not tracked by the source control manager in the PDB -->
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link -->
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
</Project>

0 comments on commit 150ff43

Please sign in to comment.