summaryrefslogtreecommitdiff
path: root/.nuspec
diff options
context:
space:
mode:
Diffstat (limited to '.nuspec')
-rw-r--r--.nuspec/Xamarin.Forms.Debug.targets3
1 files changed, 2 insertions, 1 deletions
diff --git a/.nuspec/Xamarin.Forms.Debug.targets b/.nuspec/Xamarin.Forms.Debug.targets
index f8266f03..2e0f768a 100644
--- a/.nuspec/Xamarin.Forms.Debug.targets
+++ b/.nuspec/Xamarin.Forms.Debug.targets
@@ -66,7 +66,8 @@
Assembly = "$(IntermediateOutputPath)$(TargetFileName)"
ReferencePath = "@(ReferencePath)"
Verbosity = "4"
- DebugSymbols = "$(DebugSymbols)" />
+ DebugSymbols = "$(DebugSymbols)"
+ DebugType = "$(DebugType)"/>
</Target>
<Target Name="XamlC">