summaryrefslogtreecommitdiff
path: root/.nuspec/Xamarin.Forms.targets
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2017-05-16 19:07:31 +0200
committerJason Smith <jason.smith@xamarin.com>2017-05-16 10:07:31 -0700
commitf01cf880403f649cf6d6ccc71d930eae646bc698 (patch)
treecec8eda57de6519662e3274c6626105a5e70ca38 /.nuspec/Xamarin.Forms.targets
parentb9b97c44822212a45cd4be7ba88032f940f81249 (diff)
downloadxamarin-forms-f01cf880403f649cf6d6ccc71d930eae646bc698.tar.gz
xamarin-forms-f01cf880403f649cf6d6ccc71d930eae646bc698.tar.bz2
xamarin-forms-f01cf880403f649cf6d6ccc71d930eae646bc698.zip
[XamlC] process symbols if DebugType is set (#925)
Diffstat (limited to '.nuspec/Xamarin.Forms.targets')
-rw-r--r--.nuspec/Xamarin.Forms.targets3
1 files changed, 2 insertions, 1 deletions
diff --git a/.nuspec/Xamarin.Forms.targets b/.nuspec/Xamarin.Forms.targets
index 1282525d..2274c1ee 100644
--- a/.nuspec/Xamarin.Forms.targets
+++ b/.nuspec/Xamarin.Forms.targets
@@ -64,6 +64,7 @@
ReferencePath = "@(ReferencePath)"
Verbosity = "2"
OptimizeIL = "true"
- DebugSymbols = "$(DebugSymbols)" />
+ DebugSymbols = "$(DebugSymbols)"
+ DebugType = "$(DebugType)"/>
</Target>
</Project> \ No newline at end of file