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
Don't include the SDK in our helix payload (#6918)
* Don't include the SDK in our helix payload
I noticed that the tests included the latest SDK - including the host -
in our helix payloads.
This is a large amount of unnecessary downloads and it also makes it so
we use the latest host on the older frameworks which can fail when the
latest host drops support for distros.
Since our tests shouldn't need the full CLI, remove this from our helix
payloads.
We'll instead get just the runtime we need through `AdditionalDotNetPackage`
* Place Helix downloaded runtime on the PATH
Helix only sets the path when the CLI is included, however we don't
need the CLI.
Copy file name to clipboardExpand all lines: build/ci/send-to-helix.yml
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@ parameters:
11
11
WarnAsError: ''
12
12
TestTargetFramework: ''
13
13
HelixConfiguration: ''# optional -- additional property attached to a job
14
-
IncludeDotNetCli: true # optional -- true will download a version of the .NET CLI onto the Helix machine as a correlation payload; requires DotNetCliPackageType and DotNetCliVersion
15
14
EnableXUnitReporter: true # optional -- true enables XUnit result reporting to Mission Control
16
15
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."
17
16
HelixBaseUri: 'https://helix.dot.net'# optional -- sets the Helix API base URI (allows targeting int)
0 commit comments