summaryrefslogtreecommitdiff
path: root/publish-packages.sh
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 /publish-packages.sh
parente8bdf3e20dab4f39649338ab65fb5aa25e7f913c (diff)
downloadcoreclr-a23208ece81828d3524d3318f58e0c45350dc491.tar.gz
coreclr-a23208ece81828d3524d3318f58e0c45350dc491.tar.bz2
coreclr-a23208ece81828d3524d3318f58e0c45350dc491.zip
Update to latest version of buildtools
Diffstat (limited to 'publish-packages.sh')
-rwxr-xr-xpublish-packages.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/publish-packages.sh b/publish-packages.sh
index a7e5cec43a..555a590256 100755
--- a/publish-packages.sh
+++ b/publish-packages.sh
@@ -57,8 +57,8 @@ echo "Running init-tools.sh"
$working_tree_root/init-tools.sh
echo "Publishing packages..."
-echo -e "\n$working_tree_root/Tools/corerun $working_tree_root/Tools/MSBuild.exe $working_tree_root/src/publish.proj $options $*" /p:__BuildOS=$__BuildOS >> $publish_log
-$working_tree_root/Tools/corerun $working_tree_root/Tools/MSBuild.exe $working_tree_root/src/publish.proj $options $* /p:__BuildOS=$__BuildOS
+echo -e "\n$working_tree_root/Tools/dotnetcli/dotnet $working_tree_root/Tools/MSBuild.exe $working_tree_root/src/publish.proj $options $*" /p:__BuildOS=$__BuildOS >> $publish_log
+$working_tree_root/Tools/dotnetcli/dotnet $working_tree_root/Tools/MSBuild.exe $working_tree_root/src/publish.proj $options $* /p:__BuildOS=$__BuildOS
if [ $? -ne 0 ]
then
echo -e "\nPackage publishing failed. Aborting." >> $publish_log