Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
add pdb for uap into nuget (#4015)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingces95 authored and StephaneDelcroix committed Oct 8, 2018
1 parent fa7a5e5 commit 8fa9130
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .nuspec/Xamarin.Forms.nuspec
@@ -1,4 +1,4 @@
<?xml version="1.0"?>
<?xml version="1.0"?>
<package >
<metadata>
<id>Xamarin.Forms</id>
Expand Down Expand Up @@ -171,9 +171,11 @@

<!--UWP-->
<file src="..\Xamarin.Forms.Platform.UAP\bin\$Configuration$\Xamarin.Forms.Platform.UAP.dll" target="lib\uap10.0" />
<file src="..\Xamarin.Forms.Platform.UAP\bin\$Configuration$\Xamarin.Forms.Platform.UAP.*pdb" target="lib\uap10.0" />
<file src="..\Xamarin.Forms.Platform.UAP\bin\$Configuration$\Xamarin.Forms.Platform.UAP.pri" target="lib\uap10.0" />
<file src="..\Xamarin.Forms.Platform.UAP\bin\$Configuration$\Xamarin.Forms.Platform.UAP.xr.xml" target="lib\uap10.0\Xamarin.Forms.Platform.UAP" />
<file src="..\Xamarin.Forms.Platform\bin\$Configuration$\netstandard2.0\Xamarin.Forms.Platform.dll" target="lib\uap10.0" />
<file src="..\Xamarin.Forms.Platform\bin\$Configuration$\netstandard2.0\Xamarin.Forms.Platform.*pdb" target="lib\uap10.0" />
<file src="..\Xamarin.Forms.Platform.UAP\Properties\Xamarin.Forms.Platform.UAP.rd.xml" target="lib\uap10.0\Xamarin.Forms.Platform.UAP\Properties" />

<file src="..\Xamarin.Forms.Platform.UAP\bin\$Configuration$\FormsFlyout.xbf" target="lib\uap10.0\Xamarin.Forms.Platform.UAP" />
Expand Down

0 comments on commit 8fa9130

Please sign in to comment.