Skip to content

Commit 50de32c

Browse files
committed
Enable embedding of untracked sources in Debug builds
1 parent cb7a618 commit 50de32c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@
3333
https://github.com/dotnet/sdk/issues/37371#issuecomment-2561620166 -->
3434
<EnableSourceLink>false</EnableSourceLink>
3535
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
36+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
3637
</PropertyGroup>
3738
</Project>

0 commit comments

Comments
 (0)