summaryrefslogtreecommitdiff
path: root/src/mscorlib/Tools/BclRewriter/BclRewriter.targets
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2016-07-13 10:29:43 -0700
committerwtgodbe <wigodbe@microsoft.com>2016-07-14 11:46:58 -0700
commita23208ece81828d3524d3318f58e0c45350dc491 (patch)
treed70e0400e4d4ebfe4787f8f2e040a547afb60ae1 /src/mscorlib/Tools/BclRewriter/BclRewriter.targets
parente8bdf3e20dab4f39649338ab65fb5aa25e7f913c (diff)
downloadcoreclr-a23208ece81828d3524d3318f58e0c45350dc491.tar.gz
coreclr-a23208ece81828d3524d3318f58e0c45350dc491.tar.bz2
coreclr-a23208ece81828d3524d3318f58e0c45350dc491.zip
Update to latest version of buildtools
Diffstat (limited to 'src/mscorlib/Tools/BclRewriter/BclRewriter.targets')
-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 d2a8ea93a0..e3a62e2b0a 100644
--- a/src/mscorlib/Tools/BclRewriter/BclRewriter.targets
+++ b/src/mscorlib/Tools/BclRewriter/BclRewriter.targets
@@ -21,7 +21,7 @@
<PropertyGroup>
<OSPlatform Condition="'$(TargetsWindows)' == 'true'">win</OSPlatform>
<OSPlatform Condition="'$(TargetsWindows)' != 'true'">unix</OSPlatform>
- <BclRewriterCommand Condition="'$(BclRewriterCommand)'==''">"$(ToolRuntimePath)$(ToolHost)" "$(ToolsDir)BclRewriter.exe"</BclRewriterCommand>
+ <BclRewriterCommand Condition="'$(BclRewriterCommand)'==''">"$(ToolRuntimePath)dotnetcli/$(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) -removeSerializable- -define:&quot;$(DefineConstants)&quot; -keepTempFiles+" StandardOutputImportance="Normal" />