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 /src/ObjectPool/build.cmd
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 'src/ObjectPool/build.cmd')
-rw-r--r--src/ObjectPool/build.cmd3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ObjectPool/build.cmd b/src/ObjectPool/build.cmd
new file mode 100644
index 0000000000..5274e00264
--- /dev/null
+++ b/src/ObjectPool/build.cmd
@@ -0,0 +1,3 @@
+@ECHO OFF
+SET RepoRoot=%~dp0..\..
+%RepoRoot%\eng\build.cmd -projects %~dp0**\*.*proj %*