Skip to content
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

Ensure RID option is set for AOT publish scenario #184

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

mthalman
Copy link
Member

When running the Native AOT publish test, it doesn't end up setting the RID when calling dotnet publish. This leads to the issue described in dotnet/sdk#46215 (comment).

This updates the test infrastructure to set the RID on the dotnet publish command when it is provided, so by default it will include it for the Native AOT test.

cc @tmds

@mthalman mthalman requested a review from a team January 23, 2025 21:47
Copy link
Member

@tmds tmds left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for applying the fix!

@ViktorHofer ViktorHofer merged commit f7bfa71 into dotnet:main Jan 24, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants