Move dotnet.cmd/sh helper scripts into the repo root (#672)
authorViktor Hofer <viktor.hofer@microsoft.com>
Wed, 11 Dec 2019 20:01:58 +0000 (21:01 +0100)
committerGitHub <noreply@github.com>
Wed, 11 Dec 2019 20:01:58 +0000 (21:01 +0100)
commitf5957b1bae3028fd3854230164d9f18b40c7193f
tree0638593a927725fcf4886916411e67e5d486bd70
parent071da4c41aa808c949a773b92dca6f88de9d11f3
Move dotnet.cmd/sh helper scripts into the repo root (#672)

* Move dotnet helper scripts to repo root

* Don't swallow InitializeDotNetCli output

* Use temporary file to store sdk location

To avoid a nested process chain in which the inner process then invokes
the host, we instead create a temporary file to store the sdk location.
16 files changed:
dotnet.cmd [new file with mode: 0644]
dotnet.sh [new file with mode: 0755]
eng/common/tools.ps1
eng/update-dependencies.cmd [deleted file]
src/coreclr/build-test.cmd
src/coreclr/build-test.sh
src/coreclr/build.cmd
src/coreclr/build.sh
src/coreclr/dotnet.cmd [deleted file]
src/coreclr/dotnet.sh [deleted file]
src/coreclr/tests/bringup_runtest.sh
src/coreclr/tests/runtest.cmd
src/coreclr/tests/runtest.sh
src/coreclr/tests/setup-stress-dependencies.cmd
src/coreclr/tests/setup-stress-dependencies.sh
src/coreclr/tests/src/readytorun/r2rdump/rebaseline.cmd