Skip to content

Commit 83bc34e

Browse files
committed
Ensure any untracked resources are embedded
There aren't currently any untracked resources in these projects, but if any are introduced later, we want them to be tracked by SourceLink.
1 parent ff7833a commit 83bc34e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<UseFullSemVerForNuGet>true</UseFullSemVerForNuGet>
1717
<NeutralLanguage>en</NeutralLanguage>
1818
<IncludeSymbols>true</IncludeSymbols>
19+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1920
</PropertyGroup>
2021

2122
</Project>

0 commit comments

Comments
 (0)