Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Perez Rodriguez <joperezr@microsoft.com>2016-06-16 21:09:53 +0300
committerGitHub <noreply@github.com>2016-06-16 21:09:53 +0300
commitb4482113f33249394a508a9f82f8d1219c624dc4 (patch)
tree5cc233d76eae90933f02e4fdb1eeeee1de679b35 /clean.sh
parent8148702e8c356c41f837fc248c178506811f8407 (diff)
Fixing DevWorkflow Scripts given that corerun is not present in the tool runtime anymore (#9469)
Diffstat (limited to 'clean.sh')
-rwxr-xr-xclean.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/clean.sh b/clean.sh
index ed750654c9..2d4fd17cc4 100755
--- a/clean.sh
+++ b/clean.sh
@@ -84,8 +84,8 @@ then
CleanTargetsTrimmed=${CleanTargets:0:${#CleanTargets}-1}
echo "Running MSBuild target(s): $CleanTargetsTrimmed"
- echo -e "\n$WorkingTreeRoot/Tools/corerun $WorkingTreeRoot/Tools/MSBuild.exe $WorkingTreeRoot/build.proj /t:$CleanTargetsTrimmed $options $unprocessedBuildArgs" >> $CleanLog
- $WorkingTreeRoot/Tools/corerun $WorkingTreeRoot/Tools/MSBuild.exe $WorkingTreeRoot/build.proj /t:$CleanTargetsTrimmed $options $unprocessedBuildArgs
+ echo -e "\n$WorkingTreeRoot/Tools/dotnetcli/dotnet $WorkingTreeRoot/Tools/MSBuild.exe $WorkingTreeRoot/build.proj /t:$CleanTargetsTrimmed $options $unprocessedBuildArgs" >> $CleanLog
+ $WorkingTreeRoot/Tools/dotnetcli/dotnet $WorkingTreeRoot/Tools/MSBuild.exe $WorkingTreeRoot/build.proj /t:$CleanTargetsTrimmed $options $unprocessedBuildArgs
check_exit_status
fi