summaryrefslogtreecommitdiff
path: root/.nuspec
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:08:06 -0700
commitbb632ea0666d22f23c6f48264800ddf32aeaf25f (patch)
treead213de682a16fd8070362b06af85311327f62cd /.nuspec
parent2340fc4feae74dd08547187c3ccdd4cb9976826a (diff)
downloadxamarin-forms-bb632ea0666d22f23c6f48264800ddf32aeaf25f.tar.gz
xamarin-forms-bb632ea0666d22f23c6f48264800ddf32aeaf25f.tar.bz2
xamarin-forms-bb632ea0666d22f23c6f48264800ddf32aeaf25f.zip
[XamlC] process symbols if DebugType is set (#925)
Diffstat (limited to '.nuspec')
-rw-r--r--.nuspec/Xamarin.Forms.Debug.targets1
-rw-r--r--.nuspec/Xamarin.Forms.targets3
2 files changed, 3 insertions, 1 deletions
diff --git a/.nuspec/Xamarin.Forms.Debug.targets b/.nuspec/Xamarin.Forms.Debug.targets
index 6ef2ffe3..f8266f03 100644
--- a/.nuspec/Xamarin.Forms.Debug.targets
+++ b/.nuspec/Xamarin.Forms.Debug.targets
@@ -74,6 +74,7 @@
Assembly = "$(IntermediateOutputPath)$(TargetFileName)"
ReferencePath = "@(ReferencePath)"
DebugSymbols = "$(DebugSymbols)"
+ DebugType = "$(DebugType)"
Verbosity = "4"
KeepXamlResources = "true"
OptimizeIL = "true" />
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