summaryrefslogtreecommitdiff
path: root/eng/build-job.yml
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2019-06-20 15:36:25 -0700
committerGitHub <noreply@github.com>2019-06-20 15:36:25 -0700
commit4b9c3106faba50f6756f768bb93eec3ffa49a3bd (patch)
tree50f55a5bc75a2e1b94fe58169fb9d2b172e7a901 /eng/build-job.yml
parent7184c0f75f8088c5dfb75b3362e48ab9ee40998a (diff)
downloadcoreclr-4b9c3106faba50f6756f768bb93eec3ffa49a3bd.tar.gz
coreclr-4b9c3106faba50f6756f768bb93eec3ffa49a3bd.tar.bz2
coreclr-4b9c3106faba50f6756f768bb93eec3ffa49a3bd.zip
Move resources/containers out of azure-pipelines.yml to platform-matrix.yml (#25155)
Diffstat (limited to 'eng/build-job.yml')
-rw-r--r--eng/build-job.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/eng/build-job.yml b/eng/build-job.yml
index 6170fcc59b..6626f2aba1 100644
--- a/eng/build-job.yml
+++ b/eng/build-job.yml
@@ -3,7 +3,7 @@ parameters:
archType: ''
osGroup: ''
osIdentifier: ''
- containerName: ''
+ container: ''
crossrootfsDir: ''
timeoutInMinutes: ''
@@ -28,8 +28,8 @@ jobs:
condition: false
# Run all steps in the container.
- # Note that the containers are resources defined in azure-pipelines.yml
- containerName: ${{ parameters.containerName }}
+ # Note that the containers are defined in platform-matrix.yml
+ container: ${{ parameters.container }}
timeoutInMinutes: ${{ parameters.timeoutInMinutes }}