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 6f45eec commit 8342a2eCopy full SHA for 8342a2e
src/Directory.build.props
@@ -8,6 +8,7 @@
8
<NoWarn>$(NoWarn);1591;1701;1702;1705;VSX1000</NoWarn>
9
<Platform>AnyCPU</Platform>
10
<IsTestProject>$(MSBuildProjectName.Contains('Tests'))</IsTestProject>
11
+ <DebugType>embedded</DebugType>
12
<!-- Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
13
<PublishRepositoryUrl>true</PublishRepositoryUrl>
14
<!-- Embed source files that are not tracked by the source control manager in the PDB -->
0 commit comments