summaryrefslogtreecommitdiff
path: root/sync.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 /sync.sh
parente8bdf3e20dab4f39649338ab65fb5aa25e7f913c (diff)
downloadcoreclr-a23208ece81828d3524d3318f58e0c45350dc491.tar.gz
coreclr-a23208ece81828d3524d3318f58e0c45350dc491.tar.bz2
coreclr-a23208ece81828d3524d3318f58e0c45350dc491.zip
Update to latest version of buildtools
Diffstat (limited to 'sync.sh')
-rwxr-xr-xsync.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync.sh b/sync.sh
index e1b6401fc1..275f17ac0d 100755
--- a/sync.sh
+++ b/sync.sh
@@ -61,8 +61,8 @@ fi
if [ "$sync_packages" == true ]; then
options="$options /t:RestoreNETCorePlatforms /p:RestoreDuringBuild=true"
echo "Restoring all packages..."
- echo -e "\n$working_tree_root/Tools/corerun $working_tree_root/Tools/MSBuild.exe $working_tree_root/build.proj $options $unprocessedBuildArgs" >> $sync_log
- $working_tree_root/Tools/corerun $working_tree_root/Tools/MSBuild.exe $working_tree_root/build.proj $options $unprocessedBuildArgs
+ echo -e "\n$working_tree_root/Tools/dotnetcli/dotnet $working_tree_root/Tools/MSBuild.exe $working_tree_root/build.proj $options $unprocessedBuildArgs" >> $sync_log
+ $working_tree_root/Tools/dotnetcli/dotnet $working_tree_root/Tools/MSBuild.exe $working_tree_root/build.proj $options $unprocessedBuildArgs
if [ $? -ne 0 ]
then
echo -e "\nPackage restored failed. Aborting sync." >> $sync_log