summaryrefslogtreecommitdiff
path: root/build.proj
diff options
context:
space:
mode:
authorAmy Yu <amycmyu@gmail.com>2018-07-03 12:13:51 -0700
committerAmy Yu <amycmyu@gmail.com>2018-07-09 11:50:19 -0700
commita7358133ec2544de4c4ddce5a1f75a8f449cb2ef (patch)
tree7421dd1a827dc1b514cbe517a8f4eb0e00bd88f9 /build.proj
parenta5fbfa57fe7c9dc83d7f7bd4b464b97ffeed35d4 (diff)
downloadcoreclr-a7358133ec2544de4c4ddce5a1f75a8f449cb2ef.tar.gz
coreclr-a7358133ec2544de4c4ddce5a1f75a8f449cb2ef.tar.bz2
coreclr-a7358133ec2544de4c4ddce5a1f75a8f449cb2ef.zip
Use BuildManagedTools argument instead of environment variable, removed unneeded flags
Diffstat (limited to 'build.proj')
-rw-r--r--build.proj1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.proj b/build.proj
index 1a633a65b4..3af8010944 100644
--- a/build.proj
+++ b/build.proj
@@ -24,6 +24,7 @@
<Delete Files="$(BinDir)SOS.NETCore.*" />
<Delete Files="$(BinDir)mscorlib.*" />
<Delete Files="$(BinDir)System.Private.CoreLib.*" />
+ <Delete Files="$(BinDir)netcoreapp2.0/R2RDump.*" />
</Target>
<!--