Skip to content

Commit 8e4afa0

Browse files
committed
Remove untracked source embedding from build properties
1 parent 82187c2 commit 8e4afa0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Common.Build.props

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
1414
<!-- Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) -->
1515
<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>
1916
<!-- Recommended: Embed symbols containing Source Link in the main file (exe/dll) -->
2017
<DebugType>embedded</DebugType>
2118
</PropertyGroup>

0 commit comments

Comments
 (0)