Skip to content

Commit

Permalink
Add SourceLink support
Browse files Browse the repository at this point in the history
Add support for SourceLink in the compiled binaries.
  • Loading branch information
martincostello committed Jun 4, 2019
1 parent d43a53e commit c069957
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@
<XunitVersion>2.4.1</XunitVersion>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19270-01" PrivateAssets="All" />
</ItemGroup>

</Project>
3 changes: 3 additions & 0 deletions build/packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)key.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSource>true</IncludeSource>
<IncludeSymbols>true</IncludeSymbols>
</PropertyGroup>
Expand All @@ -16,6 +18,7 @@
<PackageIconUrl>https://avatars3.githubusercontent.com/u/7998081?s=64</PackageIconUrl>
<PackageProjectUrl>https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>git://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers</RepositoryUrl>
</PropertyGroup>
Expand Down

0 comments on commit c069957

Please sign in to comment.