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.
1 parent 82187c2 commit 8e4afa0Copy full SHA for 8e4afa0
Common.Build.props
@@ -13,9 +13,6 @@
13
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
14
<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
15
<PublishRepositoryUrl>true</PublishRepositoryUrl>
16
- <!-- Optional: Embed source files that are not tracked by the source control manager to the PDB -->
17
- <!-- This is useful if you generate files during the build -->
18
- <EmbedUntrackedSources>true</EmbedUntrackedSources>
19
<!-- Recommended: Embed symbols containing Source Link in the main file (exe/dll) -->
20
<DebugType>embedded</DebugType>
21
</PropertyGroup>
0 commit comments