Browse Source

Merge pull request #6624 from abpframework/maliming/sourcelink

Generate Symbol Package.
pull/6633/head
liangshiwei 5 years ago
committed by GitHub
parent
commit
6c2f4caf7f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      common.props

5
common.props

@ -11,8 +11,9 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<!-- https://github.com/dotnet/sourcelink -->
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.0-beta-20204-02">

Loading…
Cancel
Save