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

Fix runtime pack selection for dotnet build with PublishAot=true and PublishAotUsingRuntimePack=true #34640

Merged
merged 1 commit into from
Aug 16, 2023

Conversation

filipnavara
Copy link
Member

When using dotnet build instead of dotnet publish we are not really running NativeAOT compilation. We are just running a regular build with additional trimming analyzers and options. Thus we are not supposed to use the NativeAOT runtime pack.

@steveisok steveisok self-requested a review August 16, 2023 01:12
@steveisok steveisok merged commit ec4b69d into dotnet:main Aug 16, 2023
@steveisok
Copy link
Member

This needs to go into rc1 as well. I'm not sure what the rules are in sdk for that.

@baronfel
Copy link
Member

baronfel commented Aug 16, 2023

This technically went into .net 9 (main turned into this today). You'll need to cherry pick PRs to release/8.0.1xx (if missing rc1 is ok but it must be in 8.0.100) and release/8.0.1xx-rc1 (if it must be in rc1 as well).

@steveisok
Copy link
Member

/backport to release/8.0.1xx-rc1

@steveisok
Copy link
Member

This technically went into .net 9 (main turned into this today). You'll need to cherry pick PRs to release/8.0.1xx (if missing rc1 is ok but it must be in 8.0.100) and release/8.0.1xx-rc1 (if it must be in rc1 as well).

Did Marc add /backport support? I tried it, but doesn't look like it's happening.

@baronfel
Copy link
Member

Looks like there are a couple kinks to work out still 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-WebSDK untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants