summaryrefslogtreecommitdiff
path: root/eng/xplat-job.yml
diff options
context:
space:
mode:
Diffstat (limited to 'eng/xplat-job.yml')
-rw-r--r--eng/xplat-job.yml13
1 files changed, 8 insertions, 5 deletions
diff --git a/eng/xplat-job.yml b/eng/xplat-job.yml
index e418bc658f..6beda4ea55 100644
--- a/eng/xplat-job.yml
+++ b/eng/xplat-job.yml
@@ -4,16 +4,17 @@ parameters:
osGroup: ''
osIdentifier: ''
name: ''
- displayName: ''
helixType: '(unspecified)'
- condition: ''
- dependsOn: ''
container: ''
- timeoutInMinutes: ''
crossrootfsDir: ''
- enableMicrobuild: ''
# arcade-specific parameters
+ condition: ''
+ continueOnError: false
+ dependsOn: ''
+ displayName: ''
+ timeoutInMinutes: ''
+ enableMicrobuild: ''
gatherAssetManifests: false
variables: {} ## any extra variables to add to the defaults defined below
@@ -28,6 +29,7 @@ jobs:
condition: ${{ parameters.condition }}
dependsOn: ${{ parameters.dependsOn }}
timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
+ continueOnError: ${{ parameters.continueOnError }}
# Send telemetry for all builds
enableTelemetry: true
@@ -35,6 +37,7 @@ jobs:
helixType: ${{ parameters.helixType }}
enableMicrobuild: ${{ parameters.enableMicrobuild }}
+ enablePublishUsingPipelines: true
pool: