This repository was archived by the owner on Sep 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments