Introduce variables for CoreCLR repo root and script extension (dotnet/coreclr#27624)
authorTomáš Rylek <trylek@microsoft.com>
Sat, 2 Nov 2019 11:19:46 +0000 (04:19 -0700)
committerGitHub <noreply@github.com>
Sat, 2 Nov 2019 11:19:46 +0000 (04:19 -0700)
commit9d50f367fe1856ce6dad4a7f479961eabd4245e4
tree1031d39ba066b26ca65f67e58460ace9a39cf3d6
parent149daab4d92a55d9aad49f869e409958d22544eb
Introduce variables for CoreCLR repo root and script extension (dotnet/coreclr#27624)

This change introduces two new variables usable in CoreCLR CI pipelines
(xplat-pipeline-job): coreClrRepoRoot points at the root of the CoreCLR
repo and scriptExt is the OS-specific script extension (.cmd on Windows,
.sh on POSIX).

Thanks

Tomas

Commit migrated from https://github.com/dotnet/coreclr/commit/290483ac4cff4dc2929298d0bb674792afd7ce33
eng/build-job.yml
eng/build-test-job.yml
eng/run-test-job.yml
eng/xplat-pipeline-job.yml