Browse Source
Merge pull request #6624 from abpframework/maliming/sourcelink
Generate Symbol Package.
pull/6633/head
liangshiwei
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
2 deletions
-
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"> |
|
|
|
|