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:
authorSafia Abdalla <safia@microsoft.com>2021-02-16 20:25:59 +0300
committerGitHub <noreply@github.com>2021-02-16 20:25:59 +0300
commit0801cea403b2242355bb2f9814cbf174616cc1ac (patch)
tree65204b13e813975412973bc2aaf55497fe850052 /restore.sh
parentf048038ab13773736ddf38d77278769accb86b76 (diff)
Favor project-specific build scripts over top-level script (#29918)
* Remove top-level build scripts in favor of project specific scripts * Add more build scripts and move top-level to eng * Fix path in Powershell script * Update BuildDirectory for CI jobs * Fix paths in restore scripts and jobs * Address feedback from peer review * Fix references to Html.Abstractions * Update baseline files with new project * Fix a few more broken links * !fixup! Correct Build.props and regen project references * Update docs and fix public api modification check Co-authored-by: Doug Bunting <6431421+dougbu@users.noreply.github.com>
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 "$@"