summaryrefslogtreecommitdiff
path: root/eng/build-job.yml
diff options
context:
space:
mode:
Diffstat (limited to 'eng/build-job.yml')
-rw-r--r--eng/build-job.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/eng/build-job.yml b/eng/build-job.yml
index 064db098ed..24c7de8907 100644
--- a/eng/build-job.yml
+++ b/eng/build-job.yml
@@ -5,6 +5,7 @@ parameters:
osIdentifier: ''
containerName: ''
crossrootfsDir: ''
+ timeoutInMinutes: ''
### Product build
jobs:
@@ -23,6 +24,9 @@ jobs:
# Run all steps in the container.
# Note that the containers are resources defined in azure-pipelines.yml
containerName: ${{ parameters.containerName }}
+
+ timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
+
crossrootfsDir: ${{ parameters.crossrootfsDir }}
gatherAssetManifests: true