summaryrefslogtreecommitdiff
path: root/.nuspec
diff options
context:
space:
mode:
authorStephane Delcroix <stephane@delcroix.org>2017-05-17 13:20:22 +0200
committerStephane Delcroix <stephane@delcroix.org>2017-06-21 21:47:22 +0200
commit0c5a7d14e94a603b921e2e16654f9037f117d59d (patch)
treebd461edec295e336e8f73f60b9a114e8cc1ea521 /.nuspec
parentc57a1bf5e08fd6d78890bc969f24354b8277fb84 (diff)
downloadxamarin-forms-0c5a7d14e94a603b921e2e16654f9037f117d59d.tar.gz
xamarin-forms-0c5a7d14e94a603b921e2e16654f9037f117d59d.tar.bz2
xamarin-forms-0c5a7d14e94a603b921e2e16654f9037f117d59d.zip
[XamlC] fix release builds of Xaml Unit Tests
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">