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

recant and make runtime nugets per-architecture #694

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

mtfriesen
Copy link
Contributor

Description

Describe the purpose of and changes within this Pull Request.

Previously, we decided to make our runtime nuget contain binaries for all architectures. This imposes more burden (package size, signing, etc.) than necessary, so split the runtimes back out. Leave the developer nuget as logically merged, because that is much more convenient for everyone.

Testing

Do any existing tests cover this change? Are new tests needed?
CI.

Documentation

Is there any documentation impact for this change?
No. Runtimes aren't documented yet.

Installation

Is there any installer impact for this change?
Sorta.

@mtfriesen mtfriesen requested a review from a team as a code owner September 27, 2024 16:36
@mtfriesen mtfriesen added the build Related to building/compiling the code label Sep 27, 2024
@mtfriesen mtfriesen enabled auto-merge (squash) September 27, 2024 17:56
@mtfriesen mtfriesen merged commit 21fed95 into main Sep 27, 2024
39 checks passed
@mtfriesen mtfriesen deleted the mtfriesen/per_arch_runtime_nuget branch September 27, 2024 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Related to building/compiling the code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants