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 4fb3c2e + 35e96f7 commit 338c4eeCopy full SHA for 338c4ee
build/common.props
@@ -45,4 +45,15 @@
45
<ItemGroup>
46
<None Include="../../icon.png" Pack="true" Visible="false" PackagePath="" />
47
</ItemGroup>
48
+
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
+ </PropertyGroup>
59
</Project>
0 commit comments