summaryrefslogtreecommitdiff
path: root/sync.sh
diff options
context:
space:
mode:
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