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

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'restore.sh')
-rwxr-xr-xrestore.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/restore.sh b/restore.sh
index 9a6d0ac5ce..091d957194 100755
--- a/restore.sh
+++ b/restore.sh
@@ -3,4 +3,4 @@
set -euo pipefail
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
-"$DIR/build.sh" --all --restore --no-build "$@"
+"$DIR/eng/build.sh" --all --restore --no-build "$@"