diff options
author | wtgodbe <wigodbe@microsoft.com> | 2016-07-13 10:29:43 -0700 |
---|---|---|
committer | wtgodbe <wigodbe@microsoft.com> | 2016-07-14 11:46:58 -0700 |
commit | a23208ece81828d3524d3318f58e0c45350dc491 (patch) | |
tree | d70e0400e4d4ebfe4787f8f2e040a547afb60ae1 /sync.sh | |
parent | e8bdf3e20dab4f39649338ab65fb5aa25e7f913c (diff) | |
download | coreclr-a23208ece81828d3524d3318f58e0c45350dc491.tar.gz coreclr-a23208ece81828d3524d3318f58e0c45350dc491.tar.bz2 coreclr-a23208ece81828d3524d3318f58e0c45350dc491.zip |
Update to latest version of buildtools
Diffstat (limited to 'sync.sh')
-rwxr-xr-x | sync.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |