We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd6e9da commit 401b528Copy full SHA for 401b528
Directory.Build.props
@@ -14,6 +14,8 @@
14
<!-- As I'm not producing a separate symbol package (*.snupkg), I want portable PDBs to be included. -->
15
<!-- For more information about symbol packages, see https://learn.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg -->
16
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
17
+
18
+ <EmbedUntrackedSources>true</EmbedUntrackedSources>
19
</PropertyGroup>
20
21
</Project>
0 commit comments