Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomáš Rylek <trylek@microsoft.com>2020-08-17 00:00:29 +0300
committerGitHub <noreply@github.com>2020-08-17 00:00:29 +0300
commit91d7cd0145dcd2aded141b7dfc39e6492dae4e57 (patch)
treedb9a48cd49102cb06f83616f280a004e1ddc3953 /eng/pipelines/common/templates/runtimes/build-test-job.yml
parentcac4f7dc8d1e9cec57a6fd2a60c0db694f8d14e1 (diff)
Remove the coreClrRepoRoot YAML variable (#40893)
This variable was useful for a transitional period during the consolidation of dotnet runtime repos; it has no value anymore after the consolidation and its presence makes the YAML scripts more complex and harder to reason about. I propose removing it and replacing its uses with the open-coded relative path to the coreclr repo which also makes parts of the script logic more obvious. This was motivated by some of Nathan's struggles when standing up WebAssembly tests in the runtime repo. Thanks Tomas
Diffstat (limited to 'eng/pipelines/common/templates/runtimes/build-test-job.yml')
-rw-r--r--eng/pipelines/common/templates/runtimes/build-test-job.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/pipelines/common/templates/runtimes/build-test-job.yml b/eng/pipelines/common/templates/runtimes/build-test-job.yml
index 56fa8dffddc..c4eabe0eaa4 100644
--- a/eng/pipelines/common/templates/runtimes/build-test-job.yml
+++ b/eng/pipelines/common/templates/runtimes/build-test-job.yml
@@ -120,7 +120,7 @@ jobs:
displayName: Disk Usage before Build
# Build managed test components
- - script: $(coreClrRepoRootDir)build-test$(scriptExt) allTargets skipstressdependencies skipnative skipgeneratelayout skiptestwrappers $(buildConfig) $(archType) $(crossArg) $(priorityArg) ci $(librariesOverrideArg)
+ - script: $(Build.SourcesDirectory)/src/coreclr/build-test$(scriptExt) allTargets skipstressdependencies skipnative skipgeneratelayout skiptestwrappers $(buildConfig) $(archType) $(crossArg) $(priorityArg) ci $(librariesOverrideArg)
displayName: Build managed test components
- ${{ if in(parameters.osGroup, 'OSX', 'iOS','tvOS') }}: