Skip to content
This repository was archived by the owner on Feb 23, 2025. It is now read-only.

Commit 97055bd

Browse files
added sourcelink support
1 parent dc154ea commit 97055bd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/IdentityModel.OidcClient/IdentityModel.OidcClient.csproj

+7
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515
<RepositoryUrl>git://github.com/identitymodel/identitymodel.oidcclient2</RepositoryUrl>
1616
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1717

18+
<!-- Declare that the Repository URL can be published to NuSpec -->
19+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
20+
<!-- Embed source files that are not tracked by the source control manager to the PDB -->
21+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
22+
<!-- Include PDB in the built .nupkg -->
23+
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
24+
1825
</PropertyGroup>
1926

2027
<ItemGroup>

0 commit comments

Comments
 (0)