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-official/steps/send-to-helix.yml
+4-3
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ parameters:
8
8
HelixConfiguration: ''# optional -- additional property attached to a job
9
9
HelixPreCommands: ''# optional -- commands to run before Helix work item execution
10
10
HelixPostCommands: ''# optional -- commands to run after Helix work item execution
11
+
HelixProjectArguments: ''# optional -- arguments passed to the build command for helixpublish.proj
11
12
WorkItemDirectory: ''# optional -- a payload directory to zip up and send to Helix; requires WorkItemCommand; incompatible with XUnitProjects
12
13
WorkItemCommand: ''# optional -- a command to execute on the payload; requires WorkItemDirectory; incompatible with XUnitProjects
13
14
WorkItemTimeout: ''# optional -- a timeout in TimeSpan.Parse-ready value (e.g. 00:02:00) for the work item command; requires WorkItemDirectory; incompatible with XUnitProjects
@@ -24,12 +25,12 @@ parameters:
24
25
IsExternal: false # [DEPRECATED] -- doesn't do anything, jobs are external if HelixAccessToken is empty and Creator is set
25
26
HelixBaseUri: 'https://helix.dot.net/'# optional -- sets the Helix API base URI (allows targeting https://helix.int-dot.net )
26
27
Creator: ''# optional -- if the build is external, use this to specify who is sending the job
27
-
DisplayNamePrefix: 'Run Tests'# optional -- rename the beginning of the displayName of the steps in AzDO
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()
29
30
continueOnError: false # optional -- determines whether to continue the build if the step errors; defaults to false
Copy file name to clipboardexpand all lines: eng/common/templates/steps/send-to-helix.yml
+4-3
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ parameters:
8
8
HelixConfiguration: ''# optional -- additional property attached to a job
9
9
HelixPreCommands: ''# optional -- commands to run before Helix work item execution
10
10
HelixPostCommands: ''# optional -- commands to run after Helix work item execution
11
+
HelixProjectArguments: ''# optional -- arguments passed to the build command for helixpublish.proj
11
12
WorkItemDirectory: ''# optional -- a payload directory to zip up and send to Helix; requires WorkItemCommand; incompatible with XUnitProjects
12
13
WorkItemCommand: ''# optional -- a command to execute on the payload; requires WorkItemDirectory; incompatible with XUnitProjects
13
14
WorkItemTimeout: ''# optional -- a timeout in TimeSpan.Parse-ready value (e.g. 00:02:00) for the work item command; requires WorkItemDirectory; incompatible with XUnitProjects
@@ -24,12 +25,12 @@ parameters:
24
25
IsExternal: false # [DEPRECATED] -- doesn't do anything, jobs are external if HelixAccessToken is empty and Creator is set
25
26
HelixBaseUri: 'https://helix.dot.net/'# optional -- sets the Helix API base URI (allows targeting https://helix.int-dot.net )
26
27
Creator: ''# optional -- if the build is external, use this to specify who is sending the job
27
-
DisplayNamePrefix: 'Run Tests'# optional -- rename the beginning of the displayName of the steps in AzDO
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()
29
30
continueOnError: false # optional -- determines whether to continue the build if the step errors; defaults to false
0 commit comments