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

Commit d9d58a5

Browse files
update source link
1 parent dcdb7ab commit d9d58a5

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

src/IdentityTokenValidator/IdentityTokenValidator.csproj

+9-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,17 @@
1212
<PackageIcon>icon.jpg</PackageIcon>
1313
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1414
<GenerateDocumentationFile>true</GenerateDocumentationFile>
15-
15+
16+
<!-- Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
1617
<PublishRepositoryUrl>true</PublishRepositoryUrl>
18+
19+
<!-- Embed source files that are not tracked by the source control manager in the PDB -->
1720
<EmbedUntrackedSources>true</EmbedUntrackedSources>
18-
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
21+
22+
<!-- Recommended: Embed symbols containing Source Link in the main file (exe/dll) -->
23+
<DebugType>embedded</DebugType>
24+
25+
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">True</ContinuousIntegrationBuild>
1926

2027
<AssemblyOriginatorKeyFile>../../key.snk</AssemblyOriginatorKeyFile>
2128
<SignAssembly>true</SignAssembly>

src/OidcClient/OidcClient.csproj

+9-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,17 @@
1414

1515
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1616
<GenerateDocumentationFile>true</GenerateDocumentationFile>
17-
17+
18+
<!-- Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
1819
<PublishRepositoryUrl>true</PublishRepositoryUrl>
20+
21+
<!-- Embed source files that are not tracked by the source control manager in the PDB -->
1922
<EmbedUntrackedSources>true</EmbedUntrackedSources>
20-
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
23+
24+
<!-- Recommended: Embed symbols containing Source Link in the main file (exe/dll) -->
25+
<DebugType>embedded</DebugType>
26+
27+
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">True</ContinuousIntegrationBuild>
2128

2229
<AssemblyOriginatorKeyFile>../../key.snk</AssemblyOriginatorKeyFile>
2330
<SignAssembly>true</SignAssembly>

0 commit comments

Comments
 (0)