[release/8.0.1xx] When laying out the PKG contents copy only aspnet shared framework (#17362)

This commit is contained in:
Marc Paine 2023-09-15 10:24:59 -07:00 committed by GitHub
commit dea7e08c58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -156,7 +156,8 @@
<!-- Copy ASP.NET runtime and targeting pack to internal layout, as we don't currently chain that in with a pkg dependency -->
<ExtractArchiveToDirectory SourceArchive="$(DownloadsFolder)$(AspNetCoreSharedFxArchiveFileName)"
DestinationDirectory="$(SdkInternalLayoutPath)" />
DestinationDirectory="$(SdkInternalLayoutPath)"
DirectoriesToCopy="shared/Microsoft.AspNetCore.App" />
<ExtractArchiveToDirectory SourceArchive="$(DownloadsFolder)$(AspNetTargetingPackArchiveFileName)"
DestinationDirectory="$(SdkInternalLayoutPath)" />