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/templates/steps/send-to-helix.yml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ parameters:
23
23
EnableXUnitReporter: false # optional -- true enables XUnit result reporting to Mission Control
24
24
WaitForWorkItemCompletion: true # optional -- true will make the task wait until work items have been completed and fail the build if work items fail. False is "fire and forget."
25
25
IsExternal: false # [DEPRECATED] -- doesn't do anything, jobs are external if HelixAccessToken is empty and Creator is set
26
+
HelixBaseUri: 'https://helix.dot.net/'# optional -- sets the Helix API base URI (allows targeting int)
26
27
Creator: ''# optional -- if the build is external, use this to specify who is sending the job
27
28
DisplayNamePrefix: 'Run Tests'# optional -- rename the beginning of the displayName of the steps in AzDO
28
29
condition: succeeded() # optional -- condition for step to execute; defaults to succeeded()
0 commit comments