Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit cdbc493

Browse files
committed
pdb files (symbols) in nupkgs
1 parent bce9963 commit cdbc493

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/AndroidSupportProject.cshtml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
<PackageIconUrl>https://raw.githubusercontent.com/xamarin/AndroidSupportComponents/master/icons/@(Model.Name)_128x128.png</PackageIconUrl>
3131
<PackageVersion>@(Model.NuGetVersion)</PackageVersion>
3232
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
33+
<!-- Include symbol files (*.pdb) in the built .nupkg -->
34+
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
3335
</PropertyGroup>
3436

3537
<PropertyGroup>

0 commit comments

Comments
 (0)