You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eng/common/core-templates/steps/send-to-helix.yml
+19-2Lines changed: 19 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ parameters:
10
10
HelixConfiguration: ''# optional -- additional property attached to a job
11
11
HelixPreCommands: ''# optional -- commands to run before Helix work item execution
12
12
HelixPostCommands: ''# optional -- commands to run after Helix work item execution
13
+
UseHelixMonitor: false # optional -- true will submit Helix jobs configured for the standalone Helix Job Monitor (results are reported/waited on out-of-band; this step will not wait, and WaitForWorkItemCompletion will be overridden)
13
14
WorkItemDirectory: ''# optional -- a payload directory to zip up and send to Helix; requires WorkItemCommand; incompatible with XUnitProjects
14
15
WorkItemCommand: ''# optional -- a command to execute on the payload; requires WorkItemDirectory; incompatible with XUnitProjects
15
16
WorkItemTimeout: ''# optional -- a timeout in TimeSpan.Parse-ready value (e.g. 00:02:00) for the work item command; requires WorkItemDirectory; incompatible with XUnitProjects
@@ -31,7 +32,15 @@ parameters:
31
32
continueOnError: false # optional -- determines whether to continue the build if the step errors; defaults to false
0 commit comments