Skip to content

Commit ecd3ff9

Browse files
committed
Embed debug symbols always
This isn't generally appropriate for production software, but since we're in an early preview I think we'll get the best bug reports if .NET can get every bit of information that it can.
1 parent d5faafc commit ecd3ff9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Microsoft.NET.Build.Containers/Microsoft.NET.Build.Containers.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
<RepositoryType>git</RepositoryType>
3030
<PackageTags>containers;docker;Microsoft.NET.Build.Containers</PackageTags>
3131
<PackageReadmeFile>README.md</PackageReadmeFile>
32+
33+
<!-- While in prerelease, ship the symbols to everyone all the time. -->
34+
<DebugType>embedded</DebugType>
3235
</PropertyGroup>
3336

3437
<ItemGroup>

0 commit comments

Comments
 (0)