summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2016-07-13 11:36:34 -0400
committerStephen Toub <stoub@microsoft.com>2016-07-13 11:36:34 -0400
commit0730720e0b6d94b5e75e37b2287e1145fd8a9331 (patch)
tree5d72f1883d894ec965eb91dc4031f9ed9f7d3c4d
parent361edab2925026970715546bdc7ccca0b6c058cd (diff)
downloadcoreclr-0730720e0b6d94b5e75e37b2287e1145fd8a9331.tar.gz
coreclr-0730720e0b6d94b5e75e37b2287e1145fd8a9331.tar.bz2
coreclr-0730720e0b6d94b5e75e37b2287e1145fd8a9331.zip
Stop BclRewriter from trimming serializable metadata
-rw-r--r--src/mscorlib/Tools/BclRewriter/BclRewriter.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mscorlib/Tools/BclRewriter/BclRewriter.targets b/src/mscorlib/Tools/BclRewriter/BclRewriter.targets
index 75c5f592c4..d2a8ea93a0 100644
--- a/src/mscorlib/Tools/BclRewriter/BclRewriter.targets
+++ b/src/mscorlib/Tools/BclRewriter/BclRewriter.targets
@@ -24,7 +24,7 @@
<BclRewriterCommand Condition="'$(BclRewriterCommand)'==''">"$(ToolRuntimePath)$(ToolHost)" "$(ToolsDir)BclRewriter.exe"</BclRewriterCommand>
</PropertyGroup>
- <Exec Command="$(BclRewriterCommand) -in:&quot;@(AnnotatedAssembly)&quot; -out:&quot;$(BclRewriterOutput)&quot; -include:&quot;$(BclRewriterModelFile)&quot; -platform:$(OSPlatform) -architecture:$(Platform) -flavor:$(_BuildType) -define:&quot;$(DefineConstants)&quot; -keepTempFiles+" StandardOutputImportance="Normal" />
+ <Exec Command="$(BclRewriterCommand) -in:&quot;@(AnnotatedAssembly)&quot; -out:&quot;$(BclRewriterOutput)&quot; -include:&quot;$(BclRewriterModelFile)&quot; -platform:$(OSPlatform) -architecture:$(Platform) -flavor:$(_BuildType) -removeSerializable- -define:&quot;$(DefineConstants)&quot; -keepTempFiles+" StandardOutputImportance="Normal" />
<!-- Update the location of the symbol file-->
<PropertyGroup>