-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom Host For Linux/Mac #4152
base: feature/oop-host
Are you sure you want to change the base?
Custom Host For Linux/Mac #4152
Conversation
@@ -1426,7 +1426,7 @@ await CliTester.Run(new RunConfiguration[] | |||
}, _output); | |||
} | |||
|
|||
[Theory] | |||
[Theory(Skip = "Test is flakey")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's capture this test name somewhere (may be in a GH issue) so that we can come back and address it with other flaky tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need --self-contained
argument for the dotnet publish (AOT). Can you check the publish command we use for the .net isolated custom host?
Issue describing the changes in this PR
resolves #3886
This PR creates a custom host for mac and linux. This PR does not cover signing the artifacts and simply generates them and modifies the artifact assembler.
Note that this was the initial PR but rebasing got way too messy so just created a new one.
Pull request checklist