diff options
author | Amy Yu <amycmyu@gmail.com> | 2018-07-03 12:13:51 -0700 |
---|---|---|
committer | Amy Yu <amycmyu@gmail.com> | 2018-07-09 11:50:19 -0700 |
commit | a7358133ec2544de4c4ddce5a1f75a8f449cb2ef (patch) | |
tree | 7421dd1a827dc1b514cbe517a8f4eb0e00bd88f9 /build.proj | |
parent | a5fbfa57fe7c9dc83d7f7bd4b464b97ffeed35d4 (diff) | |
download | coreclr-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.proj | 1 |
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> <!-- |