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/perf-send-to-helix.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ parameters:
11
11
WorkItemDirectory: ''# optional -- a payload directory to zip up and send to Helix; requires WorkItemCommand; incompatible with XUnitProjects
12
12
CorrelationPayloadDirectory: ''# optional -- a directory to zip up and send to Helix as a correlation payload
13
13
IncludeDotNetCli: false # optional -- true will download a version of the .NET CLI onto the Helix machine as a correlation payload; requires DotNetCliPackageType and DotNetCliVersion
14
-
DotNetCliPackageType: ''# optional -- either 'sdk'or 'runtime'; determines whether the sdk or runtime will be sent to Helix; see https://raw.githubusercontent.com/dotnet/core/master/release-notes/releases.json
14
+
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/master/release-notes/releases.json
15
15
DotNetCliVersion: ''# optional -- version of the CLI to send to Helix; based on this: https://raw.githubusercontent.com/dotnet/core/master/release-notes/releases.json
16
16
EnableXUnitReporter: false # optional -- true enables XUnit result reporting to Mission Control
17
17
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."
Copy file name to clipboardExpand all lines: eng/common/templates/steps/send-to-helix.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ parameters:
18
18
XUnitRuntimeTargetFramework: ''# optional -- framework to use for the xUnit console runner
19
19
XUnitRunnerVersion: ''# optional -- version of the xUnit nuget package you wish to use on Helix; required for XUnitProjects
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
-
DotNetCliPackageType: ''# optional -- either 'sdk'or 'runtime'; determines whether the sdk or runtime will be sent to Helix; see https://raw.githubusercontent.com/dotnet/core/master/release-notes/releases-index.json
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/master/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/master/release-notes/releases-index.json
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."
0 commit comments