Skip to content

Commit 587862a

Browse files
committed
fix(debugging): embed untracked sources
1 parent d67d8f2 commit 587862a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<PackageReadmeFile>README.md</PackageReadmeFile>
2020
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
2121
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
22+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2223
</PropertyGroup>
2324

2425
<PropertyGroup>

0 commit comments

Comments
 (0)