-
Notifications
You must be signed in to change notification settings - Fork 10.4k
[release/5.0] Don't include RuntimeList.xml in sharedFx archive #29109
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
Conversation
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.
Actually the original issue is bogus - It's always been the case that the public archive doesn't have the file, and the internal archive does - there wasn't an intermediate change that originally "fixed" #27670. I didn't know that when I filed the original issue. I'll edit the issue to reflect the actual state of things |
I've looked at the outputs and confirmed that the |
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.
Thanks for doing the confirmation…
@@ -154,7 +154,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant | |||
<LocalInstallationOutputPath>$(LocalDotNetRoot)$(SharedRuntimeSubPath)</LocalInstallationOutputPath> | |||
|
|||
<FrameworkListFileName>RuntimeList.xml</FrameworkListFileName> | |||
<FrameworkListOutputPath>$(SharedFxLayoutTargetDir)$(FrameworkListFileName)</FrameworkListOutputPath> | |||
<FrameworkListOutputPath>$(ArtifactsObjDir)$(FrameworkListFileName)</FrameworkListOutputPath> |
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.
nit: A comment here indicating we don't always want the RuntimeList.xml file in the layout might help.
Resolves #27670
dotnet/runtime and dotnet/windowsdesktop don't include this file in their SharedFx archives. Looking at the SDK archive, it contains a
runtimelist.xml
for aspnetcore, but not for runtime or windowsdesktop. We should remove the file from our archive, but keep it in our .nupkg.