We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 440bc19 + 3ddbb24 commit 41023e3Copy full SHA for 41023e3
build/common.props
@@ -49,11 +49,13 @@
49
<ItemGroup Label="SourceLink">
50
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
51
</ItemGroup>
52
-
+
53
<PropertyGroup Label="SourceLink Settings">
54
<GenerateDocumentationFile>true</GenerateDocumentationFile>
55
<PublishRepositoryUrl>true</PublishRepositoryUrl>
56
<EmbedUntrackedSources>true</EmbedUntrackedSources>
57
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
58
+ <DebugType>Embedded</DebugType>
59
+ <EmbedAllSources>True</EmbedAllSources>
60
</PropertyGroup>
61
</Project>
0 commit comments