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 /dockerbuild.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 'dockerbuild.sh')
-rwxr-xr-xdockerbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dockerbuild.sh b/dockerbuild.sh
index 13366cc6fa..ef459ac57a 100755
--- a/dockerbuild.sh
+++ b/dockerbuild.sh
@@ -148,5 +148,5 @@ docker run \
-v "$DIR:$DIR" \
${docker_args[@]+"${docker_args[@]}"} \
$tagname \
- ./build.sh \
+ ./eng/build.sh \
${build_args[@]+"${build_args[@]}"}