-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Remove internal archives #49879
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
Remove internal archives #49879
Conversation
Hey @dotnet/aspnet-build, looks like this PR is something you want to take a look at. |
Changes look reasonable, but can you run an internal build of this branch so we can compare the outputs? |
Looks like it's still publishing the aspnetcore-runtime-internal .wixlib's |
That does appear to be used when generating the installer MSIs. I think it's also used in generating aspnetcore's installers, so I decided to leave it. |
Ah, gotcha. Sounds good. |
Artifact diff looks good |
Remove the -internal archives. #27686