Skip to content

Commit a1a0bb4

Browse files
authored
Merge pull request #143 from rainersigwald/embed-symbols
Embed debug symbols always
2 parents 6969bed + ecd3ff9 commit a1a0bb4

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)