[release/8.0.1xx] When laying out the PKG contents copy only aspnet shared framework (#17362)
This commit is contained in:
commit
dea7e08c58
1 changed files with 2 additions and 1 deletions
|
@ -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)" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue