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
-3
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,6 @@ parameters:
20
20
IncludeDotNetCli: false # optional -- true will download a version of the .NET CLI onto the Helix machine as a correlation payload; requires DotNetCliPackageType and DotNetCliVersion
21
21
DotNetCliPackageType: ''# optional -- either 'sdk', 'runtime' or 'aspnetcore-runtime'; determines whether the sdk or runtime will be sent to Helix; see https://raw.githubusercontent.com/dotnet/core/main/release-notes/releases-index.json
22
22
DotNetCliVersion: ''# optional -- version of the CLI to send to Helix; based on this: https://raw.githubusercontent.com/dotnet/core/main/release-notes/releases-index.json
23
-
EnableXUnitReporter: false # optional -- true enables XUnit result reporting to Mission Control
24
23
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
24
IsExternal: false # [DEPRECATED] -- doesn't do anything, jobs are external if HelixAccessToken is empty and Creator is set
26
25
HelixBaseUri: 'https://helix.dot.net/'# optional -- sets the Helix API base URI (allows targeting int)
0 commit comments