From f01cf880403f649cf6d6ccc71d930eae646bc698 Mon Sep 17 00:00:00 2001 From: Stephane Delcroix Date: Tue, 16 May 2017 19:07:31 +0200 Subject: [XamlC] process symbols if DebugType is set (#925) --- .nuspec/Xamarin.Forms.Debug.targets | 1 + 1 file changed, 1 insertion(+) (limited to '.nuspec/Xamarin.Forms.Debug.targets') 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" /> -- cgit v1.2.3