Skip to content

Commit 41023e3

Browse files
authored
Merge pull request #167 from kdcllc/master
fixing issue with sourcelink and 3.x dotnet
2 parents 440bc19 + 3ddbb24 commit 41023e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/common.props

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,13 @@
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+
<DebugType>Embedded</DebugType>
59+
<EmbedAllSources>True</EmbedAllSources>
5860
</PropertyGroup>
5961
</Project>

0 commit comments

Comments
 (0)