This repository was archived by the owner on Feb 23, 2025. It is now read-only.
File tree 2 files changed +18
-4
lines changed
2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 12
12
<PackageIcon >icon.jpg</PackageIcon >
13
13
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
14
14
<GenerateDocumentationFile >true</GenerateDocumentationFile >
15
-
15
+
16
+ <!-- Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
16
17
<PublishRepositoryUrl >true</PublishRepositoryUrl >
18
+
19
+ <!-- Embed source files that are not tracked by the source control manager in the PDB -->
17
20
<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 >
19
26
20
27
<AssemblyOriginatorKeyFile >../../key.snk</AssemblyOriginatorKeyFile >
21
28
<SignAssembly >true</SignAssembly >
Original file line number Diff line number Diff line change 14
14
15
15
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
16
16
<GenerateDocumentationFile >true</GenerateDocumentationFile >
17
-
17
+
18
+ <!-- Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
18
19
<PublishRepositoryUrl >true</PublishRepositoryUrl >
20
+
21
+ <!-- Embed source files that are not tracked by the source control manager in the PDB -->
19
22
<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 >
21
28
22
29
<AssemblyOriginatorKeyFile >../../key.snk</AssemblyOriginatorKeyFile >
23
30
<SignAssembly >true</SignAssembly >
You can’t perform that action at this time.
0 commit comments