Skip to content

Commit da26f18

Browse files
committed
fixing issue with sourcelink and 3.x dotnet
1 parent a0c85db commit da26f18

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build/common.props

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,14 @@
4949
<ItemGroup Label="SourceLink">
5050
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
5151
</ItemGroup>
52-
52+
5353
<PropertyGroup Label="SourceLink Settings">
5454
<GenerateDocumentationFile>true</GenerateDocumentationFile>
5555
<PublishRepositoryUrl>true</PublishRepositoryUrl>
5656
<EmbedUntrackedSources>true</EmbedUntrackedSources>
5757
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
58+
<!-- https://github.com/kdcllc/Bet.AspNetCore/issues/103 -->
59+
<DebugType>Embedded</DebugType>
60+
<EmbedAllSources>True</EmbedAllSources>
5861
</PropertyGroup>
5962
</Project>

0 commit comments

Comments
 (0)