File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/Framework/App.Runtime/src Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
154
154
<LocalInstallationOutputPath >$(LocalDotNetRoot)$(SharedRuntimeSubPath)</LocalInstallationOutputPath >
155
155
156
156
<FrameworkListFileName >RuntimeList.xml</FrameworkListFileName >
157
- <FrameworkListOutputPath >$(SharedFxLayoutTargetDir )$(FrameworkListFileName)</FrameworkListOutputPath >
157
+ <FrameworkListOutputPath >$(ArtifactsObjDir )$(FrameworkListFileName)</FrameworkListOutputPath >
158
158
159
159
<InternalArchiveOutputFileName >$(InternalInstallerBaseName)-$(PackageVersion)-$(TargetRuntimeIdentifier)$(ArchiveExtension)</InternalArchiveOutputFileName >
160
160
<InternalArchiveOutputPath >$(InstallersOutputPath)$(InternalArchiveOutputFileName)</InternalArchiveOutputPath >
@@ -545,7 +545,8 @@ This package is an internal implementation of the .NET Core SDK and is not meant
545
545
RootAttributes =" @(FrameworkListRootAttributes)" />
546
546
547
547
<ItemGroup >
548
- <RuntimePackContent Include =" $(FrameworkListOutputPath)" PackagePath =" $(ManifestsPackagePath)" />
548
+ <!-- We only need RuntimeList.xml in the .nupkg, so we intentionally do not include it in the archives -->
549
+ <_PackageFiles Include =" $(FrameworkListOutputPath)" PackagePath =" $(ManifestsPackagePath)" />
549
550
<_PackageFiles Include =" @(RuntimePackContent)" />
550
551
</ItemGroup >
551
552
</Target >
You can’t perform that action at this time.
0 commit comments